We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70679d commit e5c1108Copy full SHA for e5c1108
file.py
@@ -300,7 +300,6 @@ def load_files_grid_tree(self, folder):
300
"""
301
Load the files in the grid view within the selected folder.
302
303
- print("bite")
304
305
if self.init_grid == False:
306
self.root = tk.Frame(self.main_root, width=1000, height=600)
@@ -487,4 +486,4 @@ def clean(self):
487
486
self.init_grid = False
488
self.files = []
489
self.root.destroy()
490
- self.main_root.destroy()
+ self.main_root.destroy()
0 commit comments