Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

General: Custom template paths filter fix #2483

Merged
merged 1 commit into from
Jan 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openpype/lib/avalon_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down