commit 46e602357835bed655b8c9b5d46879e34098a957
parent b02ce2d02caa2001d1b54b021351615426222017
Author: ThomasV <thomasv@electrum.org>
Date: Mon, 10 Jul 2017 09:31:13 +0200
comment out raise trezor plugin
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py
@@ -92,7 +92,8 @@ class TrezorCompatiblePlugin(HW_PluginBase):
try:
return self.hid_transport(pair)
except BaseException as e:
- raise
+ # see fdb810ba622dc7dbe1259cbafb5b28e19d2ab114
+ # raise
self.print_error("cannot connect at", device.path, str(e))
return None