From 7c6463ff8dd57ed2d64281ef1e05dc4bd14a950e Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Tue, 23 Apr 2013 07:42:23 -0500 Subject: [PATCH] whoops, typed the variable name wrong --- python_tools/pipeline_source/prepareCatalogs.in.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_tools/pipeline_source/prepareCatalogs.in.py b/python_tools/pipeline_source/prepareCatalogs.in.py index c5646f5..50e5a00 100644 --- a/python_tools/pipeline_source/prepareCatalogs.in.py +++ b/python_tools/pipeline_source/prepareCatalogs.in.py @@ -390,7 +390,7 @@ for iSubSample in xrange(len(subSamples)): dataFileNameList=partFileList) - if (args.subsample or args.all) and doSubSample: + if (args.subsample or args.all) and doSubSampling: print " Doing subsample", thisSubSample sys.stdout.flush()