mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
comment out raise trezor plugin
This commit is contained in:
parent
b02ce2d02c
commit
46e6023578
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue