mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
return True if successful oiio conversion
This commit is contained in:
parent
50c37b7e11
commit
8914ea0da9
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
)
|
||||
return False
|
||||
|
||||
return dst_path
|
||||
return True
|
||||
|
||||
def create_thumbnail_ffmpeg(self, src_path, dst_path):
|
||||
self.log.debug("Extracting thumbnail with FFMPEG: {}".format(dst_path))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue