mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
♻️ small fixes
This commit is contained in:
parent
1cddb86918
commit
794bb716b2
1 changed files with 2 additions and 4 deletions
|
|
@ -54,11 +54,9 @@ def get_product_name_template(
|
|||
"product_types": product_type,
|
||||
"hosts": host_name,
|
||||
"tasks": task_name,
|
||||
"task_types": task_type
|
||||
"task_types": task_type,
|
||||
"product_base_types": product_base_type,
|
||||
}
|
||||
|
||||
filtering_criteria["product_base_types"] = product_base_type
|
||||
|
||||
matching_profile = filter_profiles(profiles, filtering_criteria)
|
||||
template = None
|
||||
if matching_profile:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue