mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Fixed a misplaced comment that hid a traceback on error.
This commit is contained in:
parent
39e3618ae5
commit
bd4ffa06f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue