mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Update openpype/plugins/publish/extract_jpeg_exr.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
a1e95dd15a
commit
f79f9347ec
1 changed files with 2 additions and 2 deletions
|
|
@ -161,5 +161,5 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
jpeg_items.append(path_to_subprocess_arg(dst_path))
|
||||
subprocess_command = " ".join(jpeg_items)
|
||||
run_subprocess(
|
||||
subprocess_command, shell=True, logger=self.log
|
||||
)
|
||||
subprocess_command, shell=True, logger=self.log
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue