@@ -439,7 +439,7 | |||
|
439 | 439 | @pyqtSignature("") |
|
440 | 440 | def on_btnStartburn_clicked(self): |
|
441 | 441 | """ |
|
442 | Slot documentation goes here. | |
|
442 | Se inicia el proceso de grabacion | |
|
443 | 443 | """ |
|
444 | 444 | sys.stdout = self |
|
445 | 445 | #sys.stderr = self |
@@ -451,8 +451,6 | |||
|
451 | 451 | var_Rpath_iso=var_Rpath+"/iso" |
|
452 | 452 | var_label=self.txtElabel.text() |
|
453 | 453 | |
|
454 | ||
|
455 | ||
|
456 | 454 | # Se leen todos los archivos .dat creados para crear las etiquetas en los archivos .ps |
|
457 | 455 | for var_n in range(0, self.var_n_files+1): |
|
458 | 456 | print var_n |
General Comments 0
You need to be logged in to leave comments.
Login now