From cf19332bce501b8ef7ed87b60db67a4cfc92b807 Mon Sep 17 00:00:00 2001 From: Nathan Bockisch <nbockisc@nrao.edu> Date: Wed, 13 Sep 2023 10:29:15 -0600 Subject: [PATCH] Let's copy to the right staging area --- .../08090cb7acc4_add_mark4_observation_ingestion_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/workspaces/alembic/versions/08090cb7acc4_add_mark4_observation_ingestion_workflow.py b/shared/workspaces/alembic/versions/08090cb7acc4_add_mark4_observation_ingestion_workflow.py index 046b2a69b..a4cca7049 100644 --- a/shared/workspaces/alembic/versions/08090cb7acc4_add_mark4_observation_ingestion_workflow.py +++ b/shared/workspaces/alembic/versions/08090cb7acc4_add_mark4_observation_ingestion_workflow.py @@ -49,7 +49,7 @@ NGASHOSTARR=(`/bin/echo ${NGASHOSTSTR}`) # Put the space-delimited host list int NGASHOSTLEN=${#NGASHOSTARR[@]} # Copy from the difx area to the Workspaces staging area -WSSTAGINGDIR=$(./pycapo -q edu.nrao.workspaces.IngestionSettings.vlbiStagingDirectory) +WSSTAGINGDIR=$(./pycapo -q edu.nrao.workspaces.IngestionSettings.stagingDirectory) /bin/cp -r $1 $WSSTAGINGDIR OBSDIR=$(/bin/basename $1) -- GitLab