@@ -302,7 +302,7 | |||||
302 | #Busca los archivos con los parametros de busqueda No newline at end of file |
|
302 | #Busca los archivos con los parametros de busqueda | |
303 | var_files_list=[] No newline at end of file |
|
303 | var_files_list=[] | |
304 | for var_doy in var_sublist: |
|
304 | for var_doy in var_sublist: | |
No newline at end of file |
|
305 | var_cmd="find " + str(var_Dpath) + " -name ?"+var_doy+"???."+ str(var_Dtype) + " |sort" 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 | var_output=commands.getstatusoutput(var_cmd)[1] No newline at end of file |
|
306 | var_output=commands.getstatusoutput(var_cmd)[1] | |
307 | for var_file in var_output.split(): No newline at end of file |
|
307 | for var_file in var_output.split(): | |
308 | var_files_list.append(var_file) #Almacena cada archivo en la lista No newline at end of file |
|
308 | var_files_list.append(var_file) #Almacena cada archivo en la lista |
General Comments 0
You need to be logged in to leave comments.
Login now