Skip to content

Commit

Permalink
fixed issue with process ODk submission with file in async mode
Browse files Browse the repository at this point in the history
  • Loading branch information
antsmc2 committed Nov 20, 2017
1 parent d1bfea4 commit 76aa2a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion survey/odk/utils/odk_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ def process_xml(interviewer, xml_blob, media_files={}, request=None):
submission.attachments.all().delete()
submission.save_attachments(media_files)
process_answers.delay(xml_blob, qset, access_channel, question_map, survey_allocation, submission)
# process_answers(xml_blob, qset, access_channel, question_map, survey_allocation, submission, media_files)
return submission


Expand Down

0 comments on commit 76aa2a6

Please sign in to comment.