INGInious / INGInious/INGInious

Auto-indent problematic with python

Open
#323 2 comments 0 reactions 0 assignees View on GitHub
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.
screen shot 2018-05-10 at 11 46 36
The next picture explains the problem. The line with "x-=1" is produced with a "\n" from the previous line.
screen shot 2018-05-10 at 11 46 24
So, you have to delete all spaces from line beginning and do a manual tab.
screen shot 2018-05-10 at 11 47 06

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.