Changeset 39153 for trunk/ippToPsps/jython/loader.py
- Timestamp:
- Nov 17, 2015, 4:59:36 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/loader.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/loader.py
r39008 r39153 172 172 if (batchType == "P2" or batchType == "ST" or batchType =="DF" or batchType == "FW"): 173 173 if self.config.resetDvo or not self.ippToPspsDb.isBoxIngested(boxId, self.scratchDb.dbHost): 174 if not self.dvo.nativeIngestDetections(boxId, boxDim ):174 if not self.dvo.nativeIngestDetections(boxId, boxDim, batchType): 175 175 self.logger.error("Unable to ingest detections with nativeIngest") 176 176 return False
Note:
See TracChangeset
for help on using the changeset viewer.
