I was trying to edit my python app a bit ago, and the editor is showing some screwy behavior. Any place I add code, it shows a "syntax error" on the first line, and it only does this on lines of code that are indented.
I thought it was a fluke, but when I reload the app, all requests to it fail upon reaching the affected section of code.
I've already done several sanity checks from multiple angles to make sure the indentation is correct, but the error still occurs.