mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 09:28:13 +00:00
trezorctl
This commit is contained in:
parent
a754ed0280
commit
043617f83c
@ -135,5 +135,5 @@ def erase_bonds(
|
|||||||
except exceptions.Cancelled:
|
except exceptions.Cancelled:
|
||||||
click.echo("Erase aborted on device.")
|
click.echo("Erase aborted on device.")
|
||||||
except exceptions.TrezorException as e:
|
except exceptions.TrezorException as e:
|
||||||
click.echo(f"Update failed: {e}")
|
click.echo(f"Erase bonds failed: {e}")
|
||||||
sys.exit(3)
|
sys.exit(3)
|
||||||
|
Loading…
Reference in New Issue
Block a user