Commit 0a9397fc authored by Georg Brandl's avatar Georg Brandl

A newline in lineno output breaks pyframe output.

parent a01799f7
...@@ -66,7 +66,7 @@ define lineno ...@@ -66,7 +66,7 @@ define lineno
set $__p = $__p + 1 set $__p = $__p + 1
end end
end end
printf "%d\n", $__li printf "%d", $__li
end end
# print the current frame - verbose # print the current frame - verbose
......
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