cannot reproduce this (the save problem) with 1.1.2.
The indentation error is reported when trying to run and tells the line where it sees the problem: ... /From_Input_auto.py', 417, 8, ' else:\n'
the error is in line 417. the 8 says: found when being at the \n (counting 0 based)
The function in the IDE code, that produces this message in 1.1.1 is no longer used in 1.1.2, so the message will not come anyways.
... but as mentioned: the script with the indent-error did not refuse to be saved.
cannot reproduce this (the save problem) with 1.1.2.
The indentation error is reported when trying to run and tells the line where it sees the problem: auto.py' , 417, 8, ' else:\n'
... /From_Input_
the error is in line 417. the 8 says: found when being at the \n (counting 0 based)
The function in the IDE code, that produces this message in 1.1.1 is no longer used in 1.1.2, so the message will not come anyways.
... but as mentioned: the script with the indent-error did not refuse to be saved.