Skip to content

Commit

Permalink
Remove useless return
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jun 26, 2024
1 parent 9ff7f89 commit 2875e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qubesmanager/qube_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,6 @@ def open_settings(self, vm, tab='basic'):
"Qube settings cannot be opened. The qube might have "
"been removed or unavailable due to policy settings."
"\nError: {}".format(str(ex))))
return

def closeEvent(self, _):
self.save_showing()
Expand Down

0 comments on commit 2875e05

Please sign in to comment.