Update openpype/plugins/publish/extract_jpeg_exr.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Allan I. A 2022-06-09 11:12:48 +03:00 committed by GitHub
parent a1e95dd15a
commit f79f9347ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
)