mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Merge branch 'OP-3172_More-control-over-thumbnail-processing' of https://github.com/pypeclub/OpenPype into OP-3172_More-control-over-thumbnail-processing
This commit is contained in:
commit
a97a293a3e
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