Skip to content

Commit

Permalink
Merge remote-tracking branch 'ykhadilkar-rei/Release-1.19' into inven…
Browse files Browse the repository at this point in the history
…tory

Conflicts:
	ckanext/datajson/plugin.py
  • Loading branch information
FuhuXia committed May 29, 2014
2 parents 04ccc5a + e1ec19d commit 5d8dff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datajson/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def write_zip(data, error=None, zip_name='data'):

#Write the data file
if data:
zf.writestr('data.json', json.dumps(data).encode('utf8'))
zf.writestr('datajson.txt', json.dumps(data, ensure_ascii=False).encode('utf8'))

#Write the error log
if error:
Expand Down

0 comments on commit 5d8dff8

Please sign in to comment.