qt wizard: hww dialogs: log some exceptions more aggressively
sort of related: https://github.com/spesmilo/electrum/issues/8892
This commit is contained in:
@@ -616,6 +616,7 @@ class WCSafeTInit(WizardComponent, Logger):
|
||||
except Exception as e:
|
||||
self.valid = False
|
||||
self.error = repr(e)
|
||||
self.logger.exception(repr(e))
|
||||
finally:
|
||||
self.busy = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user