mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Flush stderr.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
2086a68c53
commit
e98b26fee5
1 changed files with 1 additions and 0 deletions
|
|
@ -480,6 +480,7 @@ def main(args):
|
||||||
sys.stderr.buffer.write(b'Author: Pol Henarejos\n')
|
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'Report bugs to https://github.com/polhenarejos/pico-hsm/issues\n')
|
||||||
sys.stderr.buffer.write(b'\n\n')
|
sys.stderr.buffer.write(b'\n\n')
|
||||||
|
sys.stderr.flush()
|
||||||
|
|
||||||
picohsm = PicoHSM(args.pin)
|
picohsm = PicoHSM(args.pin)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue