From 72ec6f4c86a58a2fb32b0ac3f48fc08e4ecb4ea4 Mon Sep 17 00:00:00 2001 From: Lev Kozlov Date: Sun, 26 Jan 2025 19:30:42 +0900 Subject: [PATCH] fix: do not raise --- src/controller.py | 1 - 1 file changed, 1 deletion(-) 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: