mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-10 07:36:52 +02:00
[core] add quotes on strings
to deal with space characters on command line
This commit is contained in:
parent
576124a342
commit
8e1452d5bc
3 changed files with 5 additions and 3 deletions
|
@ -44,7 +44,7 @@ class SimpleFarmSubmitter(BaseSubmitter):
|
|||
|
||||
task = simpleFarm.Task(
|
||||
name=node.nodeType,
|
||||
command='meshroom_compute --node {nodeName} {meshroomFile} {parallelArgs} --extern'.format(
|
||||
command='meshroom_compute --node {nodeName} "{meshroomFile}" {parallelArgs} --extern'.format(
|
||||
nodeName=node.name, meshroomFile=meshroomFile, parallelArgs=parallelArgs),
|
||||
tags=tags,
|
||||
rezPackages=[self.MESHROOM_PACKAGE],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue