From 77efeae43fef74372aa70b8b2d398bfb50ccd625 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Fri, 30 May 2014 15:53:14 -0400 Subject: [PATCH] update launcher --- python_tools/void_python_tools/backend/launchers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_tools/void_python_tools/backend/launchers.py b/python_tools/void_python_tools/backend/launchers.py index 471e495..f0c8dad 100644 --- a/python_tools/void_python_tools/backend/launchers.py +++ b/python_tools/void_python_tools/backend/launchers.py @@ -525,7 +525,7 @@ def launchPrune(sample, binPath, # ----------------------------------------------------------------------------- def launchVoidOverlap(sample1, sample2, sample1Dir, sample2Dir, binPath, thisDataPortion=None, - logFile=None, workDir=None, + logFile=None, continueRun=None, outputFile=None, matchMethod=None, strictMatch=False):