changeset 3078:a6ad28a52cc7

Merge branch 'master' into vnext
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 02 Nov 2017 14:44:56 +0000
parents 824c8539fd02 (current diff) 356a09527abc (diff)
children 3299cb22ed21 5d8e320df9c7
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/survey_parser.py	Tue Oct 31 11:30:20 2017 +0000
+++ b/python/survey_parser.py	Thu Nov 02 14:44:56 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