log to stderr!

This commit is contained in:
Prod User 2022-04-04 14:01:26 -07:00 committed by Eric House
parent ece4242576
commit 44b7e09c32

View file

@ -184,7 +184,7 @@ def process(args):
extraData = header.read(extraSize)
except Exception as ex:
print( 'header: exception!! {} '.format(ex) )
print( 'header: exception!! {} '.format(ex), file=sys.stderr )
md5Sum = None
if args.GET_SUM: