Almenon / Almenon/AREPL-backend
arepl doesn't show inline error for indentation error
Offen
bug
good first issue
help wanted
python
- Vorherrschende Sprache
- Python
- Sterne
- 14
- Forks
- 8
- Ø Merge
- 4 T. 19 Std.
- Gemergte PRs (30 T.)
- 4
Beschreibung
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.
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.