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

Commit

Permalink
remove forgotten line
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar committed Oct 7, 2020
1 parent b4a0b1d commit d674023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pype/plugins/global/publish/extract_hierarchy_avalon.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def import_to_avalon(self, input_data, parent=None):
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]
Expand Down

0 comments on commit d674023

Please sign in to comment.