parent
c122bb2def
commit
69ac97d709
|
@ -223,11 +223,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()
|
||||||
<<<<<<< HEAD
|
|
||||||
print( "command = " + str( command ) )
|
print( "command = " + str( command ) )
|
||||||
=======
|
|
||||||
print "command = " + command )
|
|
||||||
>>>>>>> fe60654c1ad4d665e2fed05b257a06815c7c113f
|
|
||||||
r = subprocess.call(command, **shellparams)
|
r = subprocess.call(command, **shellparams)
|
||||||
outfile_results.flush()
|
outfile_results.flush()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue