Commit 72d43fc3 authored by Denis Bilenko's avatar Denis Bilenko

better debug message

parent a477d995
......@@ -256,7 +256,7 @@ def produce_preprocessor(iterable):
def wrap(line, log=True):
current_line[0] += 1
dbg('%5d: %s', current_line[0], line)
dbg('%5d: %s', current_line[0], repr(str(line))[1:-1])
return line
state = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment