Skip to content

Commit

Permalink
Remove offending (possibly unneeded) line
Browse files Browse the repository at this point in the history
that causes the no module named work error to print in terminal
  • Loading branch information
roomrys committed Sep 10, 2024
1 parent e20d11c commit 68064fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sleap/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ def add_menu_item(menu, key: str, name: str, action: Callable):
def connect_check(key):
self._menu_actions[key].setCheckable(True)
self._menu_actions[key].setChecked(self.state[key])
self.state.connect(key, self._menu_actions[key].setChecked)

# add checkable menu item connected to state variable
def add_menu_check_item(menu, key: str, name: str):
Expand Down

0 comments on commit 68064fe

Please sign in to comment.