mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Ruff
This commit is contained in:
parent
949cfc75a6
commit
0d96e40d40
1 changed files with 3 additions and 2 deletions
|
|
@ -507,10 +507,10 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
||||||
resolution_width=temp_data.resolution_width,
|
resolution_width=temp_data.resolution_width,
|
||||||
resolution_height=temp_data.resolution_height,
|
resolution_height=temp_data.resolution_height,
|
||||||
extension=temp_data.input_ext,
|
extension=temp_data.input_ext,
|
||||||
temp_data=temp_data
|
temp_data=temp_data,
|
||||||
)
|
)
|
||||||
elif fill_missing_frames == "previous_version":
|
elif fill_missing_frames == "previous_version":
|
||||||
_, new_frame_files = fill_sequence_gaps_with_previous_version(
|
fill_output = fill_sequence_gaps_with_previous_version(
|
||||||
collection=collection,
|
collection=collection,
|
||||||
staging_dir=new_repre["stagingDir"],
|
staging_dir=new_repre["stagingDir"],
|
||||||
instance=instance,
|
instance=instance,
|
||||||
|
|
@ -518,6 +518,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
||||||
start_frame=temp_data.frame_start,
|
start_frame=temp_data.frame_start,
|
||||||
end_frame=temp_data.frame_end,
|
end_frame=temp_data.frame_end,
|
||||||
)
|
)
|
||||||
|
_, new_frame_files = fill_output
|
||||||
# fallback to original workflow
|
# fallback to original workflow
|
||||||
if new_frame_files is None:
|
if new_frame_files is None:
|
||||||
self.log.warning(
|
self.log.warning(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue