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()