Refactor filled_files are always initialized

This commit is contained in:
Petr Kalis 2025-04-15 13:59:01 +02:00
parent c82537008f
commit 1019eded3b

View file

@ -1203,7 +1203,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
# Make sure to have full path to one input file
full_input_path_single_file = full_input_path
filled_files = temp_data.get("filled_files", {})
filled_files = temp_data["filled_files"]
if filled_files:
first_frame, first_file = list(filled_files.items())[0]
if first_file < full_input_path_single_file: