Flush stderr.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-11-13 15:34:33 +01:00
parent 2086a68c53
commit e98b26fee5
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -480,6 +480,7 @@ def main(args):
sys.stderr.buffer.write(b'Author: Pol Henarejos\n')
sys.stderr.buffer.write(b'Report bugs to https://github.com/polhenarejos/pico-hsm/issues\n')
sys.stderr.buffer.write(b'\n\n')
sys.stderr.flush()
picohsm = PicoHSM(args.pin)