From d3ba773b1b6a9db8a596b5f7a38ede904670317d Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Sun, 13 Mar 2016 08:36:10 -0500 Subject: [PATCH] fixed bug in launching void overlap code --- python_tools/void_python_tools/backend/launchers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python_tools/void_python_tools/backend/launchers.py b/python_tools/void_python_tools/backend/launchers.py index 47d9120..9e0a3ca 100644 --- a/python_tools/void_python_tools/backend/launchers.py +++ b/python_tools/void_python_tools/backend/launchers.py @@ -561,6 +561,8 @@ def launchVoidOverlap(sample1, sample2, sample1Dir, sample2Dir, if sample1.dataType == "observation" or sample2.dataType == "observation": observationLine = " --isObservation" + else: + observationLine = "" if not (continueRun and jobSuccessful(logFile, "Done!\n")): cmd = binPath