mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Moved message where it makes sense
This commit is contained in:
parent
98d8417c73
commit
29baac0d30
1 changed files with 4 additions and 0 deletions
|
|
@ -520,6 +520,10 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
)
|
||||
# fallback to original workflow
|
||||
if new_frame_files is None:
|
||||
self.log.warning(
|
||||
"Falling back to filling from currently "
|
||||
"last rendered."
|
||||
)
|
||||
new_frame_files = (
|
||||
self.fill_sequence_gaps_from_existing(
|
||||
collection=collection,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue