mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove forgotten line
This commit is contained in:
parent
b4a0b1d258
commit
d67402331a
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ class ExtractHierarchyToAvalon(pyblish.api.ContextPlugin):
|
|||
if "tasks" not in cur_entity_data and not new_tasks:
|
||||
continue
|
||||
for task_name in new_tasks:
|
||||
task_name = next(iter(task))
|
||||
if task_name in cur_entity_data["tasks"].keys():
|
||||
continue
|
||||
cur_entity_data["tasks"][task_name] = new_tasks[task_name]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue