- Timestamp:
- Jul 31, 2014, 10:59:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/loader.py
r37133 r37156 162 162 163 163 if batchType != "OB": 164 if not self.ippToPspsDb.isBoxIngested(boxId, self.scratchDb.dbHost):164 if self.config.resetDvo or not self.ippToPspsDb.isBoxIngested(boxId, self.scratchDb.dbHost): 165 165 if not self.dvoDetections.nativeIngestDetections(boxId, boxDim): 166 166 self.logger.error("Unable to ingest detections with nativeIngest") … … 206 206 self.ippToPspsDb.unlockTables() 207 207 #self.logger.infoPair("heather:","unlock table") 208 self.ippToPspsDb.deletePendingItem(batchType, id)208 # self.ippToPspsDb.deletePendingItem(batchType, id) 209 209 #self.logger.infoPair("heather:","deleted pending item") 210 210 … … 288 288 self.logger.error("EXCEPTION: " + str(e)) 289 289 self.logger.errorPair("Problem with this %s batch (%d)" % (batchType, id), "skipping") 290 sys.exit(1) 290 291 pass 291 292
Note:
See TracChangeset
for help on using the changeset viewer.
