mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix 'items' method
This commit is contained in:
parent
7c1a39d5e4
commit
44bcfc167a
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ class ChangedItem(object):
|
|||
return self.changed_keys
|
||||
|
||||
def items(self):
|
||||
if self.is_dict:
|
||||
if not self.is_dict:
|
||||
yield None, self.changes
|
||||
else:
|
||||
for item in self.changes.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue