mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 14:26:30 +01:00
Further fix of logger
This commit is contained in:
parent
c041425bca
commit
5d1ff40d75
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