Skip to content

Commit

Permalink
Remove useless return
Browse files Browse the repository at this point in the history
(cherry picked from commit 2875e05)
  • Loading branch information
marmarek committed Sep 2, 2024
1 parent b6985c5 commit ff6cb1f
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 @@ -1597,7 +1597,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 ff6cb1f

Please sign in to comment.