mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix dst collection access
This commit is contained in:
parent
e0fc9d5d12
commit
9d8a05d8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
repre_context["frame"] = first_index_padded
|
||||
|
||||
# Update the destination indexes and padding
|
||||
dst_collection = clique.assemble(dst_filepaths)
|
||||
dst_collection = clique.assemble(dst_filepaths)[0][0]
|
||||
dst_collection.padding = destination_padding
|
||||
if len(src_collection.indexes) != len(dst_collection.indexes):
|
||||
raise KnownPublishError((
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue