1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

trezorctl

This commit is contained in:
tychovrahe 2024-11-08 16:15:01 +01:00
parent a754ed0280
commit 043617f83c

View File

@ -135,5 +135,5 @@ def erase_bonds(
except exceptions.Cancelled:
click.echo("Erase aborted on device.")
except exceptions.TrezorException as e:
click.echo(f"Update failed: {e}")
click.echo(f"Erase bonds failed: {e}")
sys.exit(3)