mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
log to stderr!
This commit is contained in:
parent
ece4242576
commit
44b7e09c32
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue