Skip to content

Commit f1abef9

Browse files
committed
CSV is default
1 parent 5d15d39 commit f1abef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/activityinfo/blueprints/activity_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def remove_api_key():
169169

170170

171171
@activityinfo_bp.route('/download/<form_id>.<format>')
172-
def download_form_data(form_id, format):
172+
def download_form_data(form_id, format='csv'):
173173
""" Download form data as JSON file.
174174
This starts an export job and returns the job status URL.
175175
"""

0 commit comments

Comments
 (0)