Skip to content

Commit 52b1bf9

Browse files
committedAug 13, 2015
updates
1 parent 044b992 commit 52b1bf9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎scripts/build_themes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def build_theme(theme=None):
5656
for theme in glob.glob('v7/*/'):
5757
t_name = os.path.basename(theme[:-1])
5858
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:
59+
with io.open(os.path.join("output", "v7", "themes.json"), "wb+") as outf:
6060
json.dump(themes_dict, outf, indent=4, ensure_ascii=True, sort_keys=True)
6161

6262

0 commit comments

Comments
 (0)