Skip to content

Commit 07079b6

Browse files
committed
Add descriptive message.
Signed-off-by: Pol Henarejos <[email protected]>
1 parent 294ca81 commit 07079b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/pico-hsm-tool.py

+2
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ def phy(picohsm, args):
464464
ret = picohsm.phy(args.subcommand, val)
465465
if (ret):
466466
print(f'Current value: {hexlify(ret)}')
467+
else:
468+
print('Command executed successfully. Please, restart your Pico Key.')
467469

468470
def main(args):
469471
sys.stderr.buffer.write(b'Pico HSM Tool v1.12\n')

0 commit comments

Comments
 (0)