##// END OF EJS Templates
***
ralonso -
r87:88
parent child
Show More
@@ -119,7 +119,7
119 119 def make_dir(var_dir, self): No newline at end of file
120 120 var_output = commands.getstatusoutput('mkdir '+var_dir) No newline at end of file
121 121 if var_output[0] != 0:
122 No newline at end of file
122 self.txtInfo.append("Error deleting directory: "+var_dir+", output_error:" + str(var_output[0])) No newline at end of file
123 123 return False No newline at end of file
124 124 return True No newline at end of file
125 125 No newline at end of file
@@ -83,7 +83,7
83 83 #----------------------------------- devuelve una lista con las carpetas en las cuales estan montados los dispositivos -------------------------------------------- No newline at end of file
84 84 def mounted_devices(): No newline at end of file
85 85
86 No newline at end of file
86 var_type = "tmpfs" No newline at end of file
87 87 var_output=commands.getstatusoutput('df -hT | grep '+ var_type) No newline at end of file
88 88 No newline at end of file
89 89 if var_output[0] != 0: No newline at end of file
@@ -53,7 +53,7
53 53 self.var_real_burn = False No newline at end of file
54 54 self.var_real_check = False No newline at end of file
55 55 self.var_real_eject = False
56 No newline at end of file
56 self.var_real_manual_check = False No newline at end of file
57 57 self.var_real_show_cmd = True No newline at end of file
58 58 No newline at end of file
59 59 if self.var_real_detect_devices == True: No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now