From ab8e34b5da5f16c225fab680eaa1f2f42156acc6 Mon Sep 17 00:00:00 2001
From: karnem <mikhail.karnevskiy@desy.de>
Date: Tue, 21 May 2019 09:26:21 +0200
Subject: [PATCH] Add dot to execute bash script

---
 xfel_calibrate/calibrate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfel_calibrate/calibrate.py b/xfel_calibrate/calibrate.py
index f22e9501d..a7655aa7b 100755
--- a/xfel_calibrate/calibrate.py
+++ b/xfel_calibrate/calibrate.py
@@ -429,7 +429,7 @@ def concurrent_run(temp_path, nb, nbname, args, cparm=None, cval=None,
                   '"{}"'.format(args["detector"].upper()),
                   '"{}"'.format(args["type"].upper()),
                   "FINAL" if final_job else "NONFINAL",
-                  "{}/finalize.sh".format(os.path.abspath(temp_path)),
+                  ". {}/finalize.sh".format(os.path.abspath(temp_path)),
                   str(cluster_cores)]
 
     output = check_output(srun_base).decode('utf8')
-- 
GitLab