mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-24 23:48:13 +00:00
python: typo in trezorctl
This commit is contained in:
parent
d1f36f42c0
commit
ae6d02edf5
@ -809,7 +809,7 @@ def firmware_update(
|
|||||||
try:
|
try:
|
||||||
if f.major_version == 1 and f.firmware_present is not False:
|
if f.major_version == 1 and f.firmware_present is not False:
|
||||||
# Trezor One does not send ButtonRequest
|
# Trezor One does not send ButtonRequest
|
||||||
click.echo("Please confirm action on your Trezor device")
|
click.echo("Please confirm the action on your Trezor device")
|
||||||
return firmware.update(client, data)
|
return firmware.update(client, data)
|
||||||
except exceptions.Cancelled:
|
except exceptions.Cancelled:
|
||||||
click.echo("Update aborted on device.")
|
click.echo("Update aborted on device.")
|
||||||
|
Loading…
Reference in New Issue
Block a user