mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix 'mark_as_stored' on 'PublishAttributes'
This commit is contained in:
parent
d16cb87671
commit
31b4b57976
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ class PublishAttributes:
|
|||
yield name
|
||||
|
||||
def mark_as_stored(self):
|
||||
self._origin_data = copy.deepcopy(self._data)
|
||||
self._origin_data = copy.deepcopy(self.data_to_store())
|
||||
|
||||
def data_to_store(self):
|
||||
"""Convert attribute values to "data to store"."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue