- Quote-trick.
This commit is contained in:
parent
2cd1178905
commit
094bd5bed3
@ -83,7 +83,7 @@ class Scyther(object):
|
|||||||
def verify(self):
|
def verify(self):
|
||||||
|
|
||||||
# Run Scyther on temp file
|
# Run Scyther on temp file
|
||||||
self.cmd = self.program
|
self.cmd = "\"%s\"" % self.program
|
||||||
if self.xml:
|
if self.xml:
|
||||||
self.cmd += " --dot-output --xml-output --plain"
|
self.cmd += " --dot-output --xml-output --plain"
|
||||||
self.cmd += " " + self.options
|
self.cmd += " " + self.options
|
||||||
|
Loading…
Reference in New Issue
Block a user