Add descriptive message.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-05-30 19:19:02 +02:00
parent 294ca81d7d
commit 07079b6ba1
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -464,6 +464,8 @@ def phy(picohsm, args):
ret = picohsm.phy(args.subcommand, val)
if (ret):
print(f'Current value: {hexlify(ret)}')
else:
print('Command executed successfully. Please, restart your Pico Key.')
def main(args):
sys.stderr.buffer.write(b'Pico HSM Tool v1.12\n')