Skip to content

Commit

Permalink
fix #36
Browse files Browse the repository at this point in the history
  • Loading branch information
hkchengrex committed Dec 29, 2023
1 parent f168b7d commit 8f06bd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gui/main_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@


class MainController():

def __init__(self, cfg: DictConfig) -> None:
super().__init__()

Expand Down Expand Up @@ -553,7 +552,7 @@ def on_clear_non_permanent_memory(self):
self.update_memory_gauges()

def on_import_mask(self):
file_name = self._open_file('Mask')
file_name = self.gui.open_file('Mask')
if len(file_name) == 0:
return

Expand Down

0 comments on commit 8f06bd7

Please sign in to comment.