We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae216e2 commit 3467da8Copy full SHA for 3467da8
tools/snippets/test/fixtures/python/runner.py
@@ -55,7 +55,7 @@ def gen(x, name):
55
filepath = os.path.join(DIR, name)
56
57
# Write the data to the output filepath as JSON:
58
- with open(filepath, "w") as outfile:
+ with open(filepath, "w", encoding="utf-8") as outfile:
59
json.dump(data, outfile)
60
61
0 commit comments