From 6dc70bc8525430c1ce463066c3512011ff8c1cde Mon Sep 17 00:00:00 2001
From: Calibration Team <yolo@xfel.eu>
Date: Fri, 7 May 2021 11:50:22 +0200
Subject: [PATCH] Fix shell argument unpacking

---
 bin/slurm_calibrate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/slurm_calibrate.sh b/bin/slurm_calibrate.sh
index 9e5088757..917aa6fd6 100755
--- a/bin/slurm_calibrate.sh
+++ b/bin/slurm_calibrate.sh
@@ -10,7 +10,7 @@ caltype=$6
 final=$7
 finalize=$8
 cluster_cores=$9
-notebook_python_path=$10
+notebook_python_path=${10}
 
 echo "Running with the following parameters:"
 echo "Notebook path: $nb_path"
-- 
GitLab