##// END OF EJS Templates
***
ralonso -
r47:48
parent child
Show More
@@ -51,6 +51,9
51 51 No newline at end of file
52 52 if self.statusDpath == False: No newline at end of file
53 53 self.btnGbkp.setEnabled(False) No newline at end of file
54 return
No newline at end of file
55
No newline at end of file
56 if self.var_Dtype == '': No newline at end of file
54 57 return No newline at end of file
55 58 No newline at end of file
56 59 var_cmd="find " + str(self.var_Dpath) + " -name *."+ str(self.var_Dtype) +" | awk -F/ '{print substr($NF,2,7)}' | sort| uniq" No newline at end of file
@@ -46,6 +46,8
46 46 self.var_sublist=[] No newline at end of file
47 47 No newline at end of file
48 48 functions2.detect_devices(self) #busca los dispositivos de grabacion No newline at end of file
49 functions.load_days(self)
No newline at end of file
50 No newline at end of file
49 51 No newline at end of file
50 52 No newline at end of file
51 53 def write(self, txt): No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now