mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fixed context
This commit is contained in:
parent
952e7a7599
commit
f68cf132a5
1 changed files with 0 additions and 7 deletions
|
|
@ -159,13 +159,6 @@ class PublishAttributes:
|
|||
self, attr_defs, value, orig_value
|
||||
)
|
||||
|
||||
for key, value in origin_data.items():
|
||||
if key not in self._data:
|
||||
orig_value = copy.deepcopy(value)
|
||||
self._data[key] = PublishAttributeValues(
|
||||
self, attr_defs, value, orig_value
|
||||
)
|
||||
|
||||
def __getitem__(self, key):
|
||||
return self._data[key]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue