Support - Ensure advisors_checks-file is properly encoded (#3823)
This commit is contained in:
parent
a7327f4d60
commit
c95ab15268
@ -19,4 +19,4 @@ def load_resource(filename):
|
||||
load_resource(resource_filename(__name__, "resources/file.json"))
|
||||
"""
|
||||
with open(filename, "r") as f:
|
||||
return json.load(f)
|
||||
return json.load(f, encoding="utf-8")
|
||||
|
Loading…
Reference in New Issue
Block a user