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
Opening input files, which are not encoded with UTF-8, might lead to an uncaught UnicodeDecodeError error.
This is not convenient for the user, only software developers will understand it.
I recommend to catch the error, print a meaningful message, and exit with error code 1.
Opening input files, which are not encoded with UTF-8, might lead to an uncaught
UnicodeDecodeError
error.This is not convenient for the user, only software developers will understand it.
I recommend to catch the error, print a meaningful message, and exit with error code
1
.This is the location where the error is raised:
lobster/lobster/tools/json/json.py
Line 111 in 948471a
See also #100
The text was updated successfully, but these errors were encountered: