From abdd9aea5133cb4d9db58f716efe65cb5ae74ff5 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Tue, 14 May 2024 14:20:06 +0100 Subject: [PATCH] fixing call to script --- scripts/run_Advisory_Processor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_Advisory_Processor.sh b/scripts/run_Advisory_Processor.sh index 79bc070..1e228cc 100755 --- a/scripts/run_Advisory_Processor.sh +++ b/scripts/run_Advisory_Processor.sh @@ -7,7 +7,7 @@ source "${proc_path}"/run_utils.sh setup_virtual_env -python "${proc_path}"/../coordinator/processor_advisory_py "$@" +python "${proc_path}"/../coordinator/processor_advisory.py "$@" exit_code=$? teardown_virtual_env -- GitLab