diff --git a/pandaharvester/harvesterbody/preparator.py b/pandaharvester/harvesterbody/preparator.py index 618d0f5c..3cc94956 100644 --- a/pandaharvester/harvesterbody/preparator.py +++ b/pandaharvester/harvesterbody/preparator.py @@ -43,8 +43,7 @@ def run(self): harvester_config.preparator.checkInterval, harvester_config.preparator.lockInterval, lockedBy, - max_files_per_job=maxFilesPerJob, - ng_file_status_list=['ready']) + max_files_per_job=maxFilesPerJob) mainLog.debug('got {0} jobs to check'.format(len(jobsToCheck))) # loop over all jobs for jobSpec in jobsToCheck: