A newline in lineno output breaks pyframe output.

This commit is contained in:
Georg Brandl 2010-11-03 07:41:00 +00:00
parent a01799f71a
commit 0a9397fcf3

View file

@ -66,7 +66,7 @@ define lineno
set $__p = $__p + 1
end
end
printf "%d\n", $__li
printf "%d", $__li
end
# print the current frame - verbose