Skip to content

Commit 6e46de4

Browse files
committed
Tweaked debug.py
- Legacy-Id: 12238
1 parent 0d62fde commit 6e46de4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

debug.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
increment = 2
2929

30+
debug = False
31+
3032
# Number of times to indent output
3133
# A list is used to force access by reference
3234
_report_indent = [4]
@@ -43,7 +45,7 @@ def trace(fn): # renamed from 'report' by henrik 16 Jun 2011
4345
again along with the return value when the function
4446
returns.
4547
"""
46-
def fix(s,n=36):
48+
def fix(s,n=64):
4749
import re
4850
s = re.sub(r'\\t', ' ', s)
4951
s = re.sub(r'\s+', ' ', s)

0 commit comments

Comments
 (0)