From 5ca2699580913ba01f3197cbc01f81d5c99b63b3 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 10 Feb 2026 16:45:36 +0000 Subject: [PATCH] qt: wizard: (trivial) simplify prevprev (HEAD~1) ref 457a09219ead1ff9b06c8b61027200d2835fa719 --- electrum/gui/qt/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/electrum/gui/qt/__init__.py b/electrum/gui/qt/__init__.py index e6fef17a7..90de97fac 100644 --- a/electrum/gui/qt/__init__.py +++ b/electrum/gui/qt/__init__.py @@ -418,8 +418,7 @@ class ElectrumGui(BaseElectrumGui, Logger): parent=None, title=_('Error'), text=_('Cannot load wallet') + '(2) :\n' + err_text) - elif isinstance(e, WalletFileException) and e.should_report_crash \ - or not isinstance(e, WalletFileException): + else: send_exception_to_crash_reporter(e) if app_is_starting: # If we raise in this context, there are no more fallbacks, we will shut down.