cleanup
This commit is contained in:
		
							
								
								
									
										5
									
								
								eachf
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								eachf
									
									
									
									
									
								
							@@ -17,7 +17,10 @@ for file in files:
 | 
				
			|||||||
        filtered_files.append(file)
 | 
					        filtered_files.append(file)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
for f in filtered_files:
 | 
					for f in filtered_files:
 | 
				
			||||||
    c = sys.argv[3] + " " + f + " " + sys.argv[4]
 | 
					    if len(sys.argv) == 4:
 | 
				
			||||||
 | 
					        c = sys.argv[3] + " " + f
 | 
				
			||||||
 | 
					    else:
 | 
				
			||||||
 | 
					        c = sys.argv[3] + " " + f + " " + sys.argv[4]
 | 
				
			||||||
    commands.append(c)
 | 
					    commands.append(c)
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
for command in commands:
 | 
					for command in commands:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user