Fixed a misplaced comment that hid a traceback on error.

This commit is contained in:
Griatch 2016-04-06 18:57:50 +02:00
parent 39e3618ae5
commit bd4ffa06f8

View file

@ -140,7 +140,7 @@ def _msg_err(receiver, stringtuple):
string = "{traceback}\n{errmsg}\n(Traceback was logged {timestamp})."
timestamp = logger.timeformat()
tracestring = format_exc()
#logger.log_trace()
logger.log_trace()
if _IN_GAME_ERRORS:
receiver.msg(string.format(traceback=tracestring,
errmsg=stringtuple[0].strip(),