We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d62fde commit 6e46de4Copy full SHA for 6e46de4
1 file changed
debug.py
@@ -27,6 +27,8 @@
27
28
increment = 2
29
30
+debug = False
31
+
32
# Number of times to indent output
33
# A list is used to force access by reference
34
_report_indent = [4]
@@ -43,7 +45,7 @@ def trace(fn): # renamed from 'report' by henrik 16 Jun 2011
43
45
again along with the return value when the function
44
46
returns.
47
"""
- def fix(s,n=36):
48
+ def fix(s,n=64):
49
import re
50
s = re.sub(r'\\t', ' ', s)
51
s = re.sub(r'\s+', ' ', s)
0 commit comments