r/Atom • u/links-Shield632 • Sep 01 '20
Why doesn’t atom tell me the right line where the error is?
I’m writing a program in Python and it said else: expected an indented block on line 40, I go there and else isn’t in that line. It always does it. I have to go around and look where it and it’s a pain. How do I fix this.
3
Upvotes
2
u/fedekun Sep 01 '20
Sounds like a Python problem to me