Comment 2 for bug 1738751

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: A non-IOException-problem when trying to save null

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.