##// END OF EJS Templates
***
ralonso -
r21:22
parent child
Show More
@@ -258,6 +258,7
258 var_tmp -= var_size_i #se quita el tamaño sumado para mostrar el tamaño real No newline at end of file
258 var_tmp -= var_size_i #se quita el tamaño sumado para mostrar el tamaño real
259 self.txtInfo.append(str(len(var_files_list_2))+" size:"+str(var_tmp)) No newline at end of file
259 self.txtInfo.append(str(len(var_files_list_2))+" size:"+str(var_tmp))
260 No newline at end of file
260
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 var_file = open(self.txtElabel.text()+"_"+str(var_n),"w") No newline at end of file
262 var_file = open(self.txtElabel.text()+"_"+str(var_n),"w")
262 for line in var_files_list_2: No newline at end of file
263 for line in var_files_list_2:
263 var_file.write(line) No newline at end of file
264 var_file.write(line)
General Comments 0
You need to be logged in to leave comments. Login now