mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix use of lower task name
This commit is contained in:
parent
334b783c8f
commit
7e3e5855b8
1 changed files with 1 additions and 1 deletions
|
|
@ -808,7 +808,7 @@ class ProjectPushItemProcess:
|
|||
folder_entity, src_task_info
|
||||
)
|
||||
task_info = copy.deepcopy(src_task_info)
|
||||
folder_tasks[dst_task_name] = task_info
|
||||
folder_tasks[dst_task_name.lower()] = task_info
|
||||
|
||||
task_info = folder_tasks.get(dst_task_name.lower())
|
||||
if not task_info:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue