Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohaan2614 committed Dec 19, 2023
1 parent 1b53edf commit 79620ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ def select_features(self):

feature_selection_window = FeatureSelectionWindow(self, self.features)
self.wait_window(feature_selection_window)

def browse_output_directory(self):
directory_path = filedialog.askdirectory()
self.output_file_path = directory_path
self.output_entry_var.set(directory_path)

def initiate_run(self):
result_text = (
Expand Down

0 comments on commit 79620ab

Please sign in to comment.