Mercurial > hg > webaudioevaluationtool
changeset 2956:356a09527abc
Minor issue with survey_parser.xml
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 02 Nov 2017 14:44:37 +0000 |
parents | 8fa0f2a59b6d |
children | ca1abc3d8ef6 a6ad28a52cc7 |
files | python/survey_parser.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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