mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix initialization
This commit is contained in:
parent
c210f62e19
commit
deea9366bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1137,7 +1137,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
hole_frame_to_nearest[frame] = prev_frame
|
||||
|
||||
# Calculate paths
|
||||
added_files = []
|
||||
added_files = {}
|
||||
col_format = collection.format("{head}{padding}{tail}")
|
||||
for hole_frame, src_frame in hole_frame_to_nearest.items():
|
||||
hole_fpath = os.path.join(staging_dir, col_format % hole_frame)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue