mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix filtering criteria for profile selection
This commit is contained in:
parent
c8163a0934
commit
571eef7cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -1560,7 +1560,7 @@ def get_custom_workfile_template_by_context(
|
|||
# get path from matching profile
|
||||
matching_item = filter_profiles(
|
||||
template_profiles,
|
||||
{"task_type": current_task_type}
|
||||
{"task_types": current_task_type}
|
||||
)
|
||||
# when path is available try to format it in case
|
||||
# there are some anatomy template strings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue