mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 03:29:28 +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 ')
|
s = s.replace('.', ' DOT ')
|
||||||
return s
|
return s
|
||||||
|
|
||||||
def stackTrace(frame=None, compact=False):
|
def stackTrace(frame=None, compact=True):
|
||||||
if frame is None:
|
if frame is None:
|
||||||
frame = sys._getframe()
|
frame = sys._getframe()
|
||||||
if compact:
|
if compact:
|
||||||
|
Loading…
Reference in New Issue
Block a user