From 9fdea8c5b8a9be7d0d1bf73171dd10275565ab39 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 4 Nov 2020 11:07:44 +0100 Subject: [PATCH] pass logger object to pype.api.subprocess in extract burnin --- pype/plugins/global/publish/extract_burnin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/global/publish/extract_burnin.py b/pype/plugins/global/publish/extract_burnin.py index bf29e12eab..81d96a09da 100644 --- a/pype/plugins/global/publish/extract_burnin.py +++ b/pype/plugins/global/publish/extract_burnin.py @@ -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 = {