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))
|
lines.append(str(line))
|
||||||
except Exception:
|
except Exception:
|
||||||
lines.append("")
|
lines.append("")
|
||||||
|
return lines
|
||||||
|
|
||||||
|
|
||||||
_LOG_FILE_HANDLES = {} # holds open log handles
|
_LOG_FILE_HANDLES = {} # holds open log handles
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue