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
050db01c82
commit
9415668912
1 changed files with 1 additions and 1 deletions
|
|
@ -1091,7 +1091,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
)
|
||||
self.log.debug("Output: {}".format(output))
|
||||
|
||||
added_files = [blank_frame_path]
|
||||
added_files = {}
|
||||
|
||||
col_format = collection.format("{head}{padding}{tail}")
|
||||
for frame in range(start_frame, end_frame + 1):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue