mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
hound
This commit is contained in:
parent
de31b8d1df
commit
b0c9e8a29d
1 changed files with 2 additions and 2 deletions
|
|
@ -334,8 +334,8 @@ class ExtractReviewSlate(openpype.api.Extractor):
|
|||
slate_silent_subprocess_cmd = " ".join(slate_silent_args)
|
||||
# run slate generation subprocess
|
||||
self.log.debug(
|
||||
"Silent Slate Executing: {}".format(slate_silent_subprocess_cmd)
|
||||
)
|
||||
"Silent Slate Executing: {}".format(
|
||||
slate_silent_subprocess_cmd))
|
||||
openpype.api.run_subprocess(
|
||||
slate_silent_subprocess_cmd, shell=True, logger=self.log
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue