diff --git a/openpype/pipeline/anatomy.py b/openpype/pipeline/anatomy.py index 72f30d85cb..a18b46d9ac 100644 --- a/openpype/pipeline/anatomy.py +++ b/openpype/pipeline/anatomy.py @@ -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)