|
@@ -223,7 +223,11 @@ def process_dir(d, outfile_results, zipin, result ):
|
|
fullpath, outfile_actual, "-b", "-s", "-l" ] +\
|
|
fullpath, outfile_actual, "-b", "-s", "-l" ] +\
|
|
r = subprocess.call(command, **shellparams)
|
|
r = subprocess.call(command, **shellparams)
|