- Timestamp:
- Apr 16, 2013, 6:27:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/ippToPsps/jython/loader.py
r35352 r35402 198 198 # insertion 199 199 if not self.ippToPspsDb.isBoxIngested(boxId, self.scratchDb.dbHost): 200 self.dvoDetections.nativeIngestDetections(boxId, boxDim) 200 if not self.dvoDetections.nativeIngestDetections(boxId, boxDim): 201 self.logger.error("Unable to ingest detections with nativeIngest") 202 return False 201 203 202 204 useFullTables = 1
Note:
See TracChangeset
for help on using the changeset viewer.
