mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-2765 - missed update for imprint
This commit is contained in:
parent
be05fe9905
commit
c189725f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class ValidateInstanceAssetRepair(pyblish.api.Action):
|
|||
data = stub.read(instance[0])
|
||||
|
||||
data["asset"] = api.Session["AVALON_ASSET"]
|
||||
stub.imprint(instance[0], data)
|
||||
stub.imprint(instance[0].instance_id, data)
|
||||
|
||||
|
||||
class ValidateInstanceAsset(pyblish.api.InstancePlugin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue