Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix dst collection access
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Aug 3, 2022
1 parent e0fc9d5 commit 9d8a05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/plugins/publish/integrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def prepare_representation(self, repre,
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((
Expand Down

0 comments on commit 9d8a05d

Please sign in to comment.