mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-27 02:12:35 +00:00
tests: fix style
This commit is contained in:
parent
8d93503c9c
commit
64838bca2d
@ -35,7 +35,7 @@ def get_device():
|
|||||||
try:
|
try:
|
||||||
transport = get_transport(path)
|
transport = get_transport(path)
|
||||||
return TrezorClientDebugLink(transport, auto_interact=not interact)
|
return TrezorClientDebugLink(transport, auto_interact=not interact)
|
||||||
except Exception as e:
|
except Exception:
|
||||||
pytest.exit("Failed to open debuglink for {}".format(path), 3)
|
pytest.exit("Failed to open debuglink for {}".format(path), 3)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user