From 0fd1ce5fceb8d15f19a2e88711db911405c4f4cb Mon Sep 17 00:00:00 2001
From: Eric Torrence <eric.torrence@cern.ch>
Date: Fri, 22 Jul 2022 00:27:53 +0200
Subject: [PATCH] Update submit_faser_reco.sh

---
 .../CalypsoExample/Reconstruction/scripts/submit_faser_reco.sh  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/CalypsoExample/Reconstruction/scripts/submit_faser_reco.sh b/Control/CalypsoExample/Reconstruction/scripts/submit_faser_reco.sh
index d1bd98de..81db602a 100755
--- a/Control/CalypsoExample/Reconstruction/scripts/submit_faser_reco.sh
+++ b/Control/CalypsoExample/Reconstruction/scripts/submit_faser_reco.sh
@@ -157,7 +157,7 @@ fi
 cd "$file_stem"
 #
 # Run job, || True ensures script continues even if job fails
-if [[ -z "$rtag" ]]; then
+if [[ -z "$tag" ]]; then
     faser_reco.py "--nevents=$nevents" "$file_path" || True
 else
     faser_reco.py "--nevents=$nevents" "--reco=$tag" "$file_path" || True
-- 
GitLab