@@ -258,6 +258,7 | |||
|
258 | 258 | var_tmp -= var_size_i #se quita el tamaño sumado para mostrar el tamaño real |
|
259 | 259 | self.txtInfo.append(str(len(var_files_list_2))+" size:"+str(var_tmp)) |
|
260 | 260 | |
|
261 | #se crea un archivo con numeral en el sufijo, y se añaden la lista de archivos | |
|
261 | 262 | var_file = open(self.txtElabel.text()+"_"+str(var_n),"w") |
|
262 | 263 | for line in var_files_list_2: |
|
263 | 264 | var_file.write(line) |
General Comments 0
You need to be logged in to leave comments.
Login now