diff --git a/openpype/tools/workfiles/app.py b/openpype/tools/workfiles/app.py index 4f5e179d9b..a4b1717a1c 100644 --- a/openpype/tools/workfiles/app.py +++ b/openpype/tools/workfiles/app.py @@ -100,9 +100,7 @@ class NameWindow(QtWidgets.QDialog): # Store project anatomy self.anatomy = anatomy - self.template = anatomy.templates[template_key]["file"].replace( - "{task}", "{task[name]}" - ) + self.template = anatomy.templates[template_key]["file"] self.template_key = template_key # Btns widget