@@ -210,7 +210,9 | |||||
210 | #else: No newline at end of file |
|
210 | #else: | |
211 | # self.txtInfo.append('Carpetas creadas correctamente') No newline at end of file |
|
211 | # self.txtInfo.append('Carpetas creadas correctamente') | |
212 |
|
212 | |||
No newline at end of file |
|
213 | |||
213 | var_sublist = [] No newline at end of file |
|
No newline at end of file | ||
|
214 | var_sublist=[] | |||
|
No newline at end of file | ||||
|
215 | No newline at end of file | |||
214 | for i in self.var_list[self.lstStartDay.currentIndex():self.lstStartDay.currentIndex() + self.lstStopDay.currentIndex()+1]: No newline at end of file |
|
216 | for i in self.var_list[self.lstStartDay.currentIndex():self.lstStartDay.currentIndex() + self.lstStopDay.currentIndex()+1]: | |
215 | self.txtInfo.append(i) No newline at end of file |
|
217 | self.txtInfo.append(i) | |
216 | var_sublist.append(i) No newline at end of file |
|
218 | var_sublist.append(i) |
General Comments 0
You need to be logged in to leave comments.
Login now