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

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed May 7, 2020
1 parent 88124a2 commit aff69af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pype/ftrack/lib/avalon_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ def set_hierarchical_attribute(self, hier_attrs, sync_ids):
for attr_id, attr_key in attribute_key_by_id.items()
if attr_key.startswith("avalon_")
}
for entity_id, entity_dict in self.entities_dict.items():
for entity_id in self.entities_dict.keys():
if "avalon_attrs_id" not in self.entities_dict[entity_id]:
self.entities_dict[entity_id]["avalon_attrs_id"] = {}

Expand Down

0 comments on commit aff69af

Please sign in to comment.