mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Make compact the default for stack traces.
This commit is contained in:
parent
b3ddef0105
commit
920b4cfd18
@ -693,7 +693,7 @@ def mungeEmailForWeb(s):
|
||||
s = s.replace('.', ' DOT ')
|
||||
return s
|
||||
|
||||
def stackTrace(frame=None, compact=False):
|
||||
def stackTrace(frame=None, compact=True):
|
||||
if frame is None:
|
||||
frame = sys._getframe()
|
||||
if compact:
|
||||
|
Loading…
Reference in New Issue
Block a user