Changeset 32000 for trunk/ippToPsps/jython/ipptopsps.py
- Timestamp:
- Aug 3, 2011, 12:37:30 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/ipptopsps.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/ipptopsps.py
r31997 r32000 31 31 # if not in TEST mode, then only queue un-processed items 32 32 else: 33 processedIDs = ippToPspsDb.getProcessedIDsForThisStage(batchType, EPOCH )33 processedIDs = ippToPspsDb.getProcessedIDsForThisStage(batchType, EPOCH, DVOGPC1LABEL) 34 34 logger.infoPair("Processed %s items" % batchType, "%d" % len(processedIDs)) 35 35 ids = list(set(allIDs) - set(processedIDs)) … … 45 45 if batchType == "P2": 46 46 batch = DetectionBatch(logger, 47 CONFIG, 47 48 configDoc, 48 49 gpc1Db, … … 51 52 elif batchType == "ST": 52 53 batch = StackBatch(logger, 54 CONFIG, 53 55 configDoc, 54 56 gpc1Db,
Note:
See TracChangeset
for help on using the changeset viewer.
