mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Fix error messages.
This commit is contained in:
parent
a1e95dd15a
commit
012f21ce86
1 changed files with 2 additions and 2 deletions
|
|
@ -83,12 +83,12 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
self.log.info("Input can be read by OIIO, converting with oiiotool now.")
|
||||
thumbnail_created = self.create_thumbnail_oiio(full_input_path, full_output_path) # noqa
|
||||
else:
|
||||
self.log.info("converting with")
|
||||
self.log.info("Converting with FFMPEG because input can't be read by OIIO.")
|
||||
thumbnail_created = self.create_thumbnail_ffmpeg(full_input_path, full_output_path) # noqa
|
||||
|
||||
# Skip the rest of the process if the thumbnail wasn't created
|
||||
if not thumbnail_created:
|
||||
|
||||
self.log.warning("Thumbanil has not been created.")
|
||||
return
|
||||
|
||||
new_repre = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue