ledger: pass str to message dialog
This commit is contained in:
@@ -47,7 +47,7 @@ class Ledger_Handler(QtHandlerBase):
|
|||||||
try:
|
try:
|
||||||
from .auth2fa import LedgerAuthDialog
|
from .auth2fa import LedgerAuthDialog
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
self.message_dialog(e)
|
self.message_dialog(str(e))
|
||||||
return
|
return
|
||||||
dialog = LedgerAuthDialog(self, data)
|
dialog = LedgerAuthDialog(self, data)
|
||||||
dialog.exec_()
|
dialog.exec_()
|
||||||
|
|||||||
Reference in New Issue
Block a user