warning fixes

This commit is contained in:
Fabien Castan 2020-07-16 11:04:43 +02:00
parent 82342a7f61
commit 91f53341bc
7 changed files with 9 additions and 14 deletions

View file

@ -258,7 +258,7 @@ The metadata needed are:
os.makedirs(os.path.join(tmpCache, node.internalFolder))
self.createViewpointsFile(node, additionalViews)
cmd = self.buildCommandLine(node.chunks[0])
logging.debug(' - commandLine:', cmd)
logging.debug(' - commandLine: {}'.format(cmd))
proc = psutil.Popen(cmd, stdout=None, stderr=None, shell=True)
stdout, stderr = proc.communicate()
# proc.wait()