mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Restore removed logging messaage.
This commit is contained in:
parent
5e817c57e4
commit
5e0589dc57
1 changed files with 2 additions and 1 deletions
|
|
@ -130,7 +130,8 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
src_path, "-o",
|
||||
dst_path
|
||||
]
|
||||
self.log.info(f"running: {oiio_cmd}")
|
||||
subprocess_exr = " ".join(oiio_cmd)
|
||||
self.log.info(f"running: {subprocess_exr}")
|
||||
run_subprocess(oiio_cmd, logger=self.log)
|
||||
|
||||
def create_thumbnail_ffmpeg(self, src_path, dst_path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue