[issue37061] The strangest glitch I have ever seen - incorrect indenterror, even on commented out code.

Tim Peters report at bugs.python.org
Sun May 26 21:47:19 EDT 2019


Tim Peters <tim at python.org> added the comment:

As Steven said, there's an obvious indentation error in the file you actually attached.  So nobody can _guess_ what your problem is.  Please upload a file showing your actual problem.

If I increase the indentation of the `print` Steven identified to match the indentation of the `print` before it, IDLE's Run -> Check Module has no complaints.

----------
nosy: +tim.peters

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37061>
_______________________________________


More information about the Python-bugs-list mailing list