mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 23:20:57 +01:00
Oops, removed a log.
This commit is contained in:
parent
751090a556
commit
d9fcd25ac1
@ -67,7 +67,7 @@ class Formatter(logging.Formatter):
|
|||||||
try:
|
try:
|
||||||
return cgitb.text((E, e, tb)).rstrip('\r\n')
|
return cgitb.text((E, e, tb)).rstrip('\r\n')
|
||||||
except:
|
except:
|
||||||
log.error('Cgitb.text raised an exception.')
|
error('Cgitb.text raised an exception.')
|
||||||
return logging.Formatter.formatException(self, (E, e, tb))
|
return logging.Formatter.formatException(self, (E, e, tb))
|
||||||
else:
|
else:
|
||||||
return logging.Formatter.formatException(self, (E, e, tb))
|
return logging.Formatter.formatException(self, (E, e, tb))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user