mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Refactor filled_files are always initialized
This commit is contained in:
parent
c82537008f
commit
1019eded3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue