|
@@ -223,11 +223,7 @@ 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)
|