mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Missed renamed variable initialization
This commit is contained in:
parent
6c404c88e9
commit
be54d9deb8
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
)
|
||||
|
||||
temp_data = self.prepare_temp_data(instance, repre, output_def)
|
||||
files_to_clean = []
|
||||
added_frames_and_files = {}
|
||||
if temp_data["input_is_sequence"]:
|
||||
self.log.debug("Checking sequence to fill gaps in sequence..")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue