Skip to content

Commit

Permalink
fix: use utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Feb 19, 2024
1 parent 4100c91 commit ca09aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/polish-schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

schema_file = HERE / "schema.json"

with open(schema_file) as f:
with open(schema_file, encoding="utf8") as f:
schema = json.load(f)

mapping = {
Expand Down

0 comments on commit ca09aa0

Please sign in to comment.