mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix wrongly resolved line
This commit is contained in:
parent
aec589d9dd
commit
24ff7f02d6
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ def get_product_name_template(
|
|||
profiles = tools_settings["creator"]["product_name_profiles"]
|
||||
filtering_criteria = {
|
||||
"product_types": product_type,
|
||||
"host_names": host_name,: host_name,
|
||||
"host_names": host_name,
|
||||
"task_names": task_name,
|
||||
"task_types": task_type,
|
||||
"product_base_types": product_base_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue