mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add to do for potential erroneous case
This commit is contained in:
parent
65691bf520
commit
0d83f3c76c
1 changed files with 3 additions and 0 deletions
|
|
@ -602,6 +602,9 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
# Backwards compatibility:
|
||||
# Store first transferred destination as published path data
|
||||
# todo: can we remove this?
|
||||
# todo: We shouldn't change data that makes its way back into
|
||||
# instance.data[] until we know the publish actually succeeded
|
||||
# otherwise `published_path` might not actually be valid?
|
||||
published_path = transfers[0][1]
|
||||
repre["published_path"] = published_path # Backwards compatibility
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue