From 8193a23a4c8303c7a4920a8258ad44df483d2a98 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Mon, 31 May 2021 11:08:29 +0200 Subject: [PATCH] settings: fix py2 compatibility --- openpype/lib/applications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/lib/applications.py b/openpype/lib/applications.py index 16af4c1b4c..c55d876674 100644 --- a/openpype/lib/applications.py +++ b/openpype/lib/applications.py @@ -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