##// END OF EJS Templates
***
ralonso -
r31:32
parent child
Show More
@@ -302,7 +302,7
302 302 #Busca los archivos con los parametros de busqueda No newline at end of file
303 303 var_files_list=[] No newline at end of file
304 304 for var_doy in var_sublist:
305 No newline at end of file
305 var_cmd="find " + str(var_Dpath) + " -name ?"+var_doy+"???."+ str(var_Dtype) No newline at end of file
306 306 var_output=commands.getstatusoutput(var_cmd)[1] No newline at end of file
307 307 for var_file in var_output.split(): No newline at end of file
308 308 var_files_list.append(var_file) #Almacena cada archivo en la lista No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now