# HG changeset patch # User Nicholas Jillings # Date 1509633877 0 # Node ID 356a09527abc2d9b60213a0d6750c68e4f9e53b6 # Parent 8fa0f2a59b6db4c779b3511aa53340fb53b2636c Minor issue with survey_parser.xml diff -r 8fa0f2a59b6d -r 356a09527abc python/survey_parser.py --- a/python/survey_parser.py Tue Oct 31 11:26:43 2017 +0000 +++ b/python/survey_parser.py Thu Nov 02 14:44:37 2017 +0000 @@ -140,7 +140,7 @@ if len(post_survey) is not 0: if "post" not in page_store.keys(): page_store["post"] = {} - page_store["post"] = decodeSurveyTree(subject_id, post_survey, page_store["post"]) + page_store["post"] = decodeSurveyTree(subject_id, post_survey, page_store["post"]) #Storage now holds entire survey structure # Time to start exporting to files