- Fixed a bug in the handling of the '--extra' switch.
This commit is contained in:
parent
46974091dc
commit
60795919c1
@ -163,7 +163,7 @@ def process_default_options(options):
|
|||||||
print "Using", options.program, "as Scyther executable."
|
print "Using", options.program, "as Scyther executable."
|
||||||
if options.extra != "":
|
if options.extra != "":
|
||||||
add_extra_parameters(options.extra)
|
add_extra_parameters(options.extra)
|
||||||
print "Added extra options, now:", get_extra_parameters(options.extra)
|
print "Added extra options, now:", get_extra_parameters()
|
||||||
if options.nocache:
|
if options.nocache:
|
||||||
# Do not use cache
|
# Do not use cache
|
||||||
print "Warning: Disabling cache"
|
print "Warning: Disabling cache"
|
||||||
|
Loading…
Reference in New Issue
Block a user