diff --git a/src/utils.py b/src/utils.py index ae4914225..d56a4d4ad 100755 --- a/src/utils.py +++ b/src/utils.py @@ -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: