mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 07:18:25 +02:00
warning fixes
This commit is contained in:
parent
82342a7f61
commit
91f53341bc
7 changed files with 9 additions and 14 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue