Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arepl doesn't show inline error for indentation error #109

Open
Almenon opened this issue Feb 27, 2020 · 1 comment
Open

arepl doesn't show inline error for indentation error #109

Almenon opened this issue Feb 27, 2020 · 1 comment

Comments

@Almenon
Copy link
Owner

Almenon commented Feb 27, 2020

arepl doesn't show inline error for indentation error.

weird cause indentation error is a subclass of syntax error and i handle that....

https://docs.python.org/3/library/exceptions.html

exception IndentationError
Base class for syntax errors related to incorrect indentation. This is a subclass of SyntaxError.
@Almenon
Copy link
Owner Author

Almenon commented Feb 27, 2020

relevant file: user_error.py

@Almenon Almenon added the python label Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant