summaryrefslogtreecommitdiffstatshomepage
path: root/py/builtinevex.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-08-26 23:35:57 +0100
committerDamien George <damien.p.george@gmail.com>2014-08-26 23:35:57 +0100
commitb427d6ae8686f4a9520509cb73ab9f1327ceadc1 (patch)
treec901f97e42362298590b05aa31cbffe3ecedf7d3 /py/builtinevex.c
parentf05b87bd639ef7dbe14d40c912a802c50a762553 (diff)
downloadmicropython-b427d6ae8686f4a9520509cb73ab9f1327ceadc1.tar.gz
micropython-b427d6ae8686f4a9520509cb73ab9f1327ceadc1.zip
py: Fix line number printing for file with 1 line.
With a file with 1 line (and an error on that line), used to show the line as number 0. Now shows it correctly as line number 1. But, when line numbers are disabled, it now prints line number 1 for any line that has an error (instead of 0 as previously). This might end up being confusing, but requires extra RAM and/or hack logic to make it print something special in the case of no line numbers.
Diffstat (limited to 'py/builtinevex.c')
0 files changed, 0 insertions, 0 deletions