cleanup
This commit is contained in:
parent
72c9f2cace
commit
10f8c6a8c2
3
eachf
3
eachf
@ -17,6 +17,9 @@ for file in files:
|
|||||||
filtered_files.append(file)
|
filtered_files.append(file)
|
||||||
|
|
||||||
for f in filtered_files:
|
for f in filtered_files:
|
||||||
|
if len(sys.argv) == 4:
|
||||||
|
c = sys.argv[3] + " " + f
|
||||||
|
else:
|
||||||
c = sys.argv[3] + " " + f + " " + sys.argv[4]
|
c = sys.argv[3] + " " + f + " " + sys.argv[4]
|
||||||
commands.append(c)
|
commands.append(c)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user