@@ -782,5 +782,8 | |||
|
782 | 782 | def function_manual_check_final(self): |
|
783 | 783 | self.txtInfo.append("Manual check process is complete") |
|
784 | 784 | self.btnCHstart.setText("START") #Cambio el texto del boton |
|
785 | functions2.eject_devices_2(self) # Expulsa las bandejas de los dispostivos de grabacion | |
|
786 | ||
|
785 | for var_mount_point in self.list_check_dirs: | |
|
786 | var_cmd = 'eject ' + var_mount_point | |
|
787 | commands.getstatusoutput(var_cmd) | |
|
788 | ||
|
789 |
General Comments 0
You need to be logged in to leave comments.
Login now