mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
removed not needed replacement of task in workfiles tool
This commit is contained in:
parent
6eecf8e759
commit
eb48fdbf01
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue