##// END OF EJS Templates
#antes de cambios en el gui
ralonso -
r89:90
parent child
Show More
@@ -782,5 +782,8
782 def function_manual_check_final(self): No newline at end of file
782 def function_manual_check_final(self):
783 self.txtInfo.append("Manual check process is complete") No newline at end of file
783 self.txtInfo.append("Manual check process is complete")
784 self.btnCHstart.setText("START") #Cambio el texto del boton
784 self.btnCHstart.setText("START") #Cambio el texto del boton
No newline at end of file
785 for var_mount_point in self.list_check_dirs:
785 functions2.eject_devices_2(self) # Expulsa las bandejas de los dispostivos de grabacion
No newline at end of file
No newline at end of file
786 var_cmd = 'eject ' + var_mount_point
786 No newline at end of file
No newline at end of file
787 commands.getstatusoutput(var_cmd)
No newline at end of file
788
No newline at end of file
789 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now