##// END OF EJS Templates
***
ralonso -
r21:22
parent child
Show More
@@ -258,6 +258,7
258 258 var_tmp -= var_size_i #se quita el tamaño sumado para mostrar el tamaño real No newline at end of file
259 259 self.txtInfo.append(str(len(var_files_list_2))+" size:"+str(var_tmp)) No newline at end of file
260 260 No newline at end of file
261 #se crea un archivo con numeral en el sufijo, y se añaden la lista de archivos No newline at end of file
261 262 var_file = open(self.txtElabel.text()+"_"+str(var_n),"w") No newline at end of file
262 263 for line in var_files_list_2: No newline at end of file
263 264 var_file.write(line) No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now