mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix filter criteria for backwards compatibility
This commit is contained in:
parent
67d9ec366c
commit
ad36a449fd
1 changed files with 1 additions and 1 deletions
|
|
@ -60,11 +60,11 @@ def get_product_name_template(
|
|||
tools_settings = project_settings["core"]["tools"]
|
||||
profiles = tools_settings["creator"]["product_name_profiles"]
|
||||
filtering_criteria = {
|
||||
"product_base_types": product_base_type or product_type,
|
||||
"product_types": product_type,
|
||||
"host_names": host_name,
|
||||
"task_names": task_name,
|
||||
"task_types": task_type,
|
||||
"product_base_types": product_base_type,
|
||||
}
|
||||
matching_profile = filter_profiles(profiles, filtering_criteria)
|
||||
template = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue