Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 13, 2015
1 parent 044b992 commit 52b1bf9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/build_themes.py
Expand Up @@ -56,7 +56,7 @@ def build_theme(theme=None):
for theme in glob.glob('v7/*/'):
t_name = os.path.basename(theme[:-1])
themes_dict[t_name] = BASE_URL + t_name + ".zip"
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:
json.dump(themes_dict, outf, indent=4, ensure_ascii=True, sort_keys=True)


Expand Down
2 changes: 1 addition & 1 deletion v7/cadair
2 changes: 1 addition & 1 deletion v7/lotabout
2 changes: 1 addition & 1 deletion v7/octopress

0 comments on commit 52b1bf9

Please sign in to comment.