IndentationError message without a reason

Bug description:
IndentationError message without a reason, prevents the code from running

Expected vs Current Behavior:
IndentationError: unindent does not match any outer indentation level, although there is no code issue in Python,

Steps to reproduce:
It suddenly appeared, I did not change any settings. I had this issue in the past with other repls, it stopped after I reported a bug.
When I use shift+tab on the line above the line with the indentation error, the indentation error will jump one line up, I do (shift+tab) a few times, the error travels and at some point it disappears and the code runs again - very annoying

Bug appears at this link: https://replit.com/@KatharinaNi/neicanalertv3

Screenshot(s)/Screen Recording:
beginning:



after shift+tab for a few times:

Browser/OS/Device: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Replit Profile: https://replit.com/@KatharinaNi

1 Like

Hi! It looks like 2575 is indented. You dont need to indent after a comment!

1 Like