From c73f411ed94382b84793c4269e93f0fc05e48a2e Mon Sep 17 00:00:00 2001
From: Tamas Mona <tm689@cam.ac.uk>
Date: Tue, 26 Jul 2022 15:08:10 +0100
Subject: [PATCH] Updating SURVEYDATA_MANUAL path to the new structure.

---
 ProcessorComponents.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ProcessorComponents.py b/ProcessorComponents.py
index 8b274c9..0b975d1 100644
--- a/ProcessorComponents.py
+++ b/ProcessorComponents.py
@@ -1127,8 +1127,8 @@ def process_in_job_survey(jobPath,status,config,component):
 
     processed_surveys_filepath = f"{ODK_csv_path}/Processed_SurveyData.csv"
 
-    survey_errors_to_remove_filepath = f"{config['ResourcesPath']}/EWS-Coordinator/SURVEYDATA_MANUAL/SurveyDataErrorsToRemove.csv"
-    survey_additions_filepath = f"{config['ResourcesPath']}/EWS-Coordinator/SURVEYDATA_MANUAL/LIVE_SURVEYDATA_TOUSE.csv"
+    survey_errors_to_remove_filepath = f"{config['ResourcesPath']}/coordinator/assets/SURVEYDATA_MANUAL/SurveyDataErrorsToRemove.csv"
+    survey_additions_filepath = f"{config['ResourcesPath']}/coordinator/assets/SURVEYDATA_MANUAL/LIVE_SURVEYDATA_TOUSE.csv"
 
     # perform here in python, using the 'KEY' column
     # check the key column is unique
-- 
GitLab