small fix in setup.py and release-checklist.

This commit is contained in:
shimizukawa
2016-12-04 22:03:25 +09:00
parent 9fb398e475
commit 37a41be2a2
2 changed files with 2 additions and 1 deletions

View File

@@ -157,7 +157,7 @@ else:
msgid = msgid[0]
jscatalog[msgid] = message.string
with open(js_file, 'wb') as outfile:
with open(js_file, 'wt') as outfile:
outfile.write('Documentation.addTranslations(')
dump(dict(
messages=jscatalog,