You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a (seemingly) rare issue where the f.read() call within the with open() statement causes a UnicodeDecodeError on line 1112, in function read_source (line 1110).
I'm not quite sure where the error refers to is, as there's no traceback into my own source files. It only gave me a character position I don't remember.
I cannot find any other issues on this.
In order to fix this issue, I patched jurigged by modifying the with open() statement in this function (though I'll send the entire function for context):
There's a (seemingly) rare issue where the
f.read()
call within thewith open()
statement causes aUnicodeDecodeError
on line 1112, in functionread_source
(line 1110).I'm not quite sure where the error refers to is, as there's no traceback into my own source files. It only gave me a character position I don't remember.
I cannot find any other issues on this.
In order to fix this issue, I patched jurigged by modifying the
with open()
statement in this function (though I'll send the entire function for context):The text was updated successfully, but these errors were encountered: