We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d532a commit 3bb7dc7Copy full SHA for 3bb7dc7
1 file changed
debug.py
@@ -73,7 +73,7 @@ def wrap(fn, *params,**kwargs):
73
ret = fn(*params,**kwargs)
74
_report_indent[0] -= increment
75
if debug:
76
- sys.stderr.write("%s %s [#%s] ==> %s\n" % (indent, fc, call, repr(ret)))
+ sys.stderr.write("%s %s [#%s] ==> %s\n" % (indent, fc, call, fix(repr(ret))))
77
78
return ret
79
wrap.callcount = 0
0 commit comments