mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-4181 - Hound
This commit is contained in:
parent
a9413b1ecf
commit
5c401fb17f
1 changed files with 3 additions and 3 deletions
|
|
@ -432,9 +432,9 @@ class IntegrateHeroVersion(pyblish.api.InstancePlugin):
|
|||
repre_name_low
|
||||
)
|
||||
|
||||
changes["old_id"] = repre["_id"]
|
||||
changes["_id"] = archived_repre["_id"]
|
||||
changes["type"] = archived_repre["type"]
|
||||
changes = {"old_id": repre["_id"],
|
||||
"_id": archived_repre["_id"],
|
||||
"type": archived_repre["type"]}
|
||||
op_session.update_entity(project_name,
|
||||
archived_repre["type"],
|
||||
archived_repre["_id"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue