mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix 'reset_values'
This commit is contained in:
parent
8a8d9041c7
commit
84d5de704b
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class AttributeValues:
|
|||
return self._data.pop(key, default)
|
||||
|
||||
def reset_values(self):
|
||||
self._data = []
|
||||
self._data = {}
|
||||
|
||||
def mark_stored(self):
|
||||
self._origin_data = copy.deepcopy(self._data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue