mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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):
|
if _mod_path.startswith(root_path):
|
||||||
result = True
|
result = True
|
||||||
replacement = "{" + self.full_key() + "}"
|
replacement = "{" + self.full_key() + "}"
|
||||||
output = replacement + _mod_path[len(root_path):]
|
output = replacement + mod_path[len(root_path):]
|
||||||
break
|
break
|
||||||
|
|
||||||
return (result, output)
|
return (result, output)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue