INGInious / INGInious/INGInious
Auto-indent problematic with python
Open
- Dominant language
- Python
- Stars
- 241
- Forks
- 151
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 5
Description
There is a problem in the code problem space. When you are doing python exercises and you type on tab key, the next line will be considered with a "\t" like the previous and that causes a compilation failure.
The next picture explains the problem. The line with "x-=1" is produced with a "\n" from the previous line.
So, you have to delete all spaces from line beginning and do a manual tab.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.