mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix find of root templates in anatomy
This commit is contained in:
parent
5fa000803a
commit
aab842e4b7
1 changed files with 1 additions and 1 deletions
|
|
@ -1126,7 +1126,7 @@ class RootItem(FormatObject):
|
|||
if _mod_path.startswith(root_path):
|
||||
result = True
|
||||
replacement = "{" + self.full_key() + "}"
|
||||
output = replacement + _mod_path[len(root_path):]
|
||||
output = replacement + mod_path[len(root_path):]
|
||||
break
|
||||
|
||||
return (result, output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue