mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Further fix of logger
This commit is contained in:
parent
d6475d27e6
commit
8ce11a2e15
1 changed files with 1 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ class EvenniaLogFile(logfile.LogFile):
|
|||
lines.append(str(line))
|
||||
except Exception:
|
||||
lines.append("")
|
||||
return lines
|
||||
|
||||
|
||||
_LOG_FILE_HANDLES = {} # holds open log handles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue