BUGFIX: Paths with control characters (e.g. $) were causing trouble.
This commit is contained in:
parent
d633a62f0d
commit
cd33fb3e14
@ -235,7 +235,7 @@ class Scyther(object):
|
||||
|
||||
# Generate command line for the Scyther process
|
||||
self.cmd = ""
|
||||
self.cmd += "\"%s\"" % self.program
|
||||
self.cmd += "\'%s\'" % self.program
|
||||
self.cmd += " --append-errors=%s" % fne
|
||||
self.cmd += " --append-output=%s" % fno
|
||||
self.cmd += " %s" % args
|
||||
|
Loading…
Reference in New Issue
Block a user