diff --git a/openpype/lib/anatomy.py b/openpype/lib/anatomy.py index ff15aec41a..c16c6e2e99 100644 --- a/openpype/lib/anatomy.py +++ b/openpype/lib/anatomy.py @@ -216,7 +216,7 @@ class Anatomy: """Returns value of root key from template.""" root_templates = [] for group in re.findall(self.root_key_regex, template): - root_templates.append(group) + root_templates.append("{" + group + "}") if not root_templates: return None