Skip to content

Commit

Permalink
fix: do not raise
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjonok committed Jan 26, 2025
1 parent 780cd7e commit 72ec6f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 72ec6f4

Please sign in to comment.