We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d0ec1 commit f752736Copy full SHA for f752736
jsoner.py
@@ -83,6 +83,6 @@ def _atcoder_config(**ignore) :
83
outfile_name = infile_name.replace(".yml", ".json")
84
85
with open(outfile_name, "w", encoding="utf-8") as f :
86
- json.dump(data, f, "utf-8", ensure_ascii=False, sort_keys=True)
+ json.dump(data, f, ensure_ascii=False, sort_keys=True)
87
88
print("\nSuccessfully output to " + outfile_name)
0 commit comments