Skip to content

Commit

Permalink
Fix an incorrect method name
Browse files Browse the repository at this point in the history
  • Loading branch information
othieno committed Jul 31, 2016
1 parent 17f54da commit 25f37b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geotagx/view/geojson_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _export_category_results_as_geoJSON(category_name):
project_question_question_text_mapping[unicode(short_name+"::"+_question['answer']['saved_as']+"::question_text")] = _question['title']

#Only export results of known GEOTAGX projects that are created with `geotagx-project-template`
task_runs_generator = geotagx_json_exporter._gen_json("task_run", project['id'])
task_runs_generator = geotagx_json_exporter.gen_json("task_run", project['id'])
_task_runs = ""
for task_run_c in task_runs_generator:
_task_runs += task_run_c
Expand Down

0 comments on commit 25f37b3

Please sign in to comment.