Skip to content

Commit

Permalink
map_info_rdr.py: use stderr
Browse files Browse the repository at this point in the history
(cherry picked from commit 3f4c48ae390e15b672f03e470d3780f5c93e0405)
  • Loading branch information
mjcharne authored and markcharney committed Apr 15, 2020
1 parent fa8b738 commit d776080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysrc/map_info_rdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
def _die(s):
genutil.die(s)
def _msgb(b,s=''):
genutil.msgb(b,s)
genutil.msgerr("[{}] {}".format(b,s))

class map_info_t(object):
def __init__(self):
Expand Down

0 comments on commit d776080

Please sign in to comment.