friendly-traceback / friendly

Friendly-traceback's version used in most situations
https://friendly-traceback.github.io/docs/index.html
MIT License
40 stars 5 forks source link

NameError bug #27

Closed aroberge closed 2 years ago

aroberge commented 2 years ago

In the latest version of friendly, the unknown name for the following example does not show up.

[1]: a = b

Traceback (most recent call last):
  Code block [1], line 1, in <module>
    a = b
NameError: name 'b' is not defined

[2]: where()

Exception raised on line 1 of code block [1].

    -->1: a =

[3]: