We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044b992 commit 52b1bf9Copy full SHA for 52b1bf9
scripts/build_themes.py
@@ -56,7 +56,7 @@ def build_theme(theme=None):
56
for theme in glob.glob('v7/*/'):
57
t_name = os.path.basename(theme[:-1])
58
themes_dict[t_name] = BASE_URL + t_name + ".zip"
59
- with io.open(os.path.join("output", "v7", "themes.json"), "w+", encoding="utf-8") as outf:
+ with io.open(os.path.join("output", "v7", "themes.json"), "wb+") as outf:
60
json.dump(themes_dict, outf, indent=4, ensure_ascii=True, sort_keys=True)
61
62
v7/cadair
v7/lotabout
v7/octopress
0 commit comments