mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-2766 - do not store PSItem in metadata
PSItem is not serializable
This commit is contained in:
parent
a149eeb086
commit
df5fdcc54c
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ class ImageCreator(Creator):
|
|||
def update_instances(self, update_list):
|
||||
self.log.info("update_list:: {}".format(update_list))
|
||||
created_inst, changes = update_list[0]
|
||||
created_inst.pop("layer") # not storing PSItem layer to metadata
|
||||
api.stub().imprint(created_inst.get("instance_id"),
|
||||
created_inst.data_to_store())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue