2024-01-07, 01:22 AM
(2024-01-07, 01:04 AM)mcarlton00 Wrote:Code:./jellyfin_kodi/helper/api.py:74:27: E999 IndentationError: unindent does not match any outer indentation level
1 E999 IndentationError: unindent does not match any outer indentation level
1
I haven't had time to actually look into things yet, but this is most definitely not failing on pre-existing code. It's a bad change introduced in the PR
You're right, that line is 1 character off, can see it in the commit diff. I was looking at others like the first error which seems to point to line 1, but there's no changes there. But maybe the error checker just isn't showing the right line number.