File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,12 @@ def update_handler(self):
86
86
# update on GUI
87
87
88
88
# self._update_canvas()
89
- < << << << Updated upstream
89
+
90
90
for filename in file_written : #populate listbox again
91
91
self .listbox .insert (END , filename )
92
92
# listbox.insert(END, percent)
93
93
self .listbox .update_idletasks ()
94
- == == == =
95
94
96
- >> >> >> > Stashed changes
97
95
# tk.mainloop()
98
96
# self.window.mainloop()
99
97
elif response ["status" ] == "NO_UPD" :
@@ -376,8 +374,6 @@ def gui(self):
376
374
377
375
self .window .mainloop ()
378
376
379
- << << << < Updated upstream
380
- == == == =
381
377
def _update_gui (self ):
382
378
self .canvasG .delete ('all' )
383
379
scrollbar = tk .Scrollbar (self .canvasG )
@@ -407,7 +403,7 @@ def _update_gui(self):
407
403
408
404
409
405
scrollbar .config ( command = self .listbox .yview )
410
- >> >> >> > Stashed changes
406
+
411
407
412
408
def browseFiles (self ):
413
409
filename = filedialog .askopenfilename (initialdir = "/" ,
You can’t perform that action at this time.
0 commit comments