whoops, typed the variable name wrong

This commit is contained in:
P.M. Sutter 2013-04-23 07:42:23 -05:00
parent b1252d8403
commit 7c6463ff8d

View file

@ -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()