From c742996e0dc7bc3856d60024c2ccdf2a9dd18704 Mon Sep 17 00:00:00 2001 From: Jake Smith <jws52@cam.ac.uk> Date: Tue, 5 Jan 2021 16:35:18 +0000 Subject: [PATCH] Modifications to some rarely used script. --- run_EnvPostProcess.sh | 1 + survey_reformatter/reformatSurveyData.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/run_EnvPostProcess.sh b/run_EnvPostProcess.sh index 4c8e5c9..473b4d0 100755 --- a/run_EnvPostProcess.sh +++ b/run_EnvPostProcess.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e # provide custom python packages so they can be imported diff --git a/survey_reformatter/reformatSurveyData.sh b/survey_reformatter/reformatSurveyData.sh index b144bf0..21df877 100755 --- a/survey_reformatter/reformatSurveyData.sh +++ b/survey_reformatter/reformatSurveyData.sh @@ -1,3 +1,3 @@ #!/bin/bash -/storage/app/Ethiopia-EWS/EWS-python/ews-python3.sh survey_reformatter.py /storage/app/Ethiopia-EWS/Ethiopia-EWS-Workspace/SURVEYDATA_MANUAL/20190902_ETH_YosephA.xlsx test.csv +/storage/app/Ethiopia-EWS/EWS-python/ews-python3.sh survey_reformatter.py Ethiopia /storage/app/Ethiopia-EWS/Ethiopia-EWS-Workspace/SURVEYDATA_MANUAL/20190902_ETH_YosephA.xlsx test.csv -- GitLab