mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removed unused variable
This commit is contained in:
parent
88124a2589
commit
aff69af21b
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@ class SyncEntitiesFactory:
|
|||
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"] = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue