mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
pass logger object to pype.api.subprocess in extract burnin
This commit is contained in:
parent
ff8698bfcb
commit
9fdea8c5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -969,7 +969,7 @@ class ExtractBurnin(pype.api.Extractor):
|
|||
|
||||
args = [executable, scriptpath, json_data]
|
||||
self.log.debug("Executing: {}".format(args))
|
||||
output = pype.api.subprocess(args, shell=True)
|
||||
output = pype.api.subprocess(args, shell=True, logger=self.log)
|
||||
self.log.debug("Output: {}".format(output))
|
||||
|
||||
repre_update = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue