Skip to content

Commit 5d8dff8

Browse files
committed
Merge remote-tracking branch 'ykhadilkar-rei/Release-1.19' into inventory
Conflicts: ckanext/datajson/plugin.py
2 parents 04ccc5a + e1ec19d commit 5d8dff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/datajson/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def write_zip(data, error=None, zip_name='data'):
298298

299299
#Write the data file
300300
if data:
301-
zf.writestr('data.json', json.dumps(data).encode('utf8'))
301+
zf.writestr('datajson.txt', json.dumps(data, ensure_ascii=False).encode('utf8'))
302302

303303
#Write the error log
304304
if error:

0 commit comments

Comments
 (0)