pass logger object to pype.api.subprocess in extract burnin

This commit is contained in:
iLLiCiTiT 2020-11-04 11:07:44 +01:00
parent ff8698bfcb
commit 9fdea8c5b8

View file

@ -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 = {