removed not needed replacement of task in workfiles tool

This commit is contained in:
iLLiCiTiT 2021-11-29 15:17:06 +01:00
parent 6eecf8e759
commit eb48fdbf01

View file

@ -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