From c8c894bb7b69bd662210e551c681e105ddb0b36d Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Sun, 6 Dec 2015 13:47:56 +0100 Subject: [PATCH] Removed useless line --- relational_gui/guihandler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/relational_gui/guihandler.py b/relational_gui/guihandler.py index e66148a..5b35028 100644 --- a/relational_gui/guihandler.py +++ b/relational_gui/guihandler.py @@ -279,8 +279,6 @@ class relForm(QtWidgets.QMainWindow): self.updateRelations() except Exception as e: self.error(e) - finally: - return def closeEvent(self, event): self.save_settings()