SeattleTestbed / repy_v2

Seattle Testbed's Repy ("Restricted Python") sandbox, version 2
MIT License
12 stars 50 forks source link

traceback for repy is off by 2 lines... #95

Closed JustinCappos closed 8 years ago

JustinCappos commented 9 years ago

The traceback for repy is off by two lines. This is due to https://github.com/SeattleTestbed/repy_v2/blob/master/virtual_namespace.py#L69

We should change it so that repy code gives the correct line numbers for exceptions.