Traceback on wrong line
joshcho opened this issue · 0 comments
joshcho commented
Whenever I get a traceback, I don't get any helpful information. I always get the error referring to the first line:
Traceback (most recent call last):
File "<string>", line 8, in __PYTHON_EL_eval
File "/home/pollock/.pyenv/versions/3.9.0/lib/python3.9/ast.py", line 50, in parse
return compile(source, filename, mode, flags,
File "/home/pollock/try.py", line 1
import numpy as np
Is this expected behavior?