mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
settings: fix py2 compatibility
This commit is contained in:
parent
edb88eb005
commit
8193a23a4c
1 changed files with 1 additions and 1 deletions
|
|
@ -1463,7 +1463,7 @@ def _get_basic_context_data_for_anatomy(env=None):
|
|||
}
|
||||
|
||||
|
||||
def get_custom_workfile_template(custom_templates: list):
|
||||
def get_custom_workfile_template(custom_templates):
|
||||
anatomy = Anatomy()
|
||||
|
||||
# get project, asset, task anatomy context data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue