From eb48fdbf01e5cddc30c75a82086ef0886ef214a4 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 29 Nov 2021 15:17:06 +0100 Subject: [PATCH] removed not needed replacement of task in workfiles tool --- openpype/tools/workfiles/app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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