mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added warning message
This commit is contained in:
parent
555c9382e7
commit
601700e1ca
1 changed files with 6 additions and 0 deletions
|
|
@ -318,6 +318,12 @@ class ExtractSequence(pyblish.api.Extractor):
|
|||
previous_frame_filepath = filepaths_by_frame[frame]
|
||||
continue
|
||||
|
||||
elif previous_frame_filepath is None:
|
||||
self.log.warning(
|
||||
"No frames to fill. Seems like nothing was exported."
|
||||
)
|
||||
break
|
||||
|
||||
if output_dir is None:
|
||||
output_dir = os.path.dirname(previous_frame_filepath)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue