- Quote-trick.

This commit is contained in:
ccremers 2006-08-09 09:33:50 +00:00
parent 2cd1178905
commit 094bd5bed3

View File

@ -83,7 +83,7 @@ class Scyther(object):
def verify(self):
# Run Scyther on temp file
self.cmd = self.program
self.cmd = "\"%s\"" % self.program
if self.xml:
self.cmd += " --dot-output --xml-output --plain"
self.cmd += " " + self.options