mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fixed transfers error in integrate
This commit is contained in:
parent
4b65b40c10
commit
aadafc2c75
2 changed files with 5 additions and 1 deletions
|
|
@ -178,6 +178,8 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
# Each should be a single representation (as such, a single extension)
|
||||
representations = []
|
||||
destination_list = []
|
||||
if 'transfers' not in instance.data:
|
||||
instance.data['transfers'] = []
|
||||
|
||||
for files in instance.data["files"]:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue