diff --git a/src/controller.py b/src/controller.py index 929c22f..5afc9d0 100644 --- a/src/controller.py +++ b/src/controller.py @@ -837,7 +837,6 @@ def load_settings_file(self): self.display_settings() except Exception as e: showErrorDialog("Error during reading settings file: " + str(e)) - raise e else: showErrorDialog("This file format isn't supported:" + file_ext) except IOError as e: