Update run.py

Regression: fix typo.
pull/854/head
Kim Kulling 2016-04-16 15:16:35 +02:00
parent 3893c593de
commit fe60654c1a
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ def process_dir(d, outfile_results, zipin, result ):
"dump", "dump",
fullpath, outfile_actual, "-b", "-s", "-l" ] +\ fullpath, outfile_actual, "-b", "-s", "-l" ] +\
pppreset.split() pppreset.split()
print(command = " + command ) print "command = " + command )
r = subprocess.call(command, **shellparams) r = subprocess.call(command, **shellparams)
outfile_results.flush() outfile_results.flush()