Changeset 35417 for trunk/ippToPsps/jython/loader.py
- Timestamp:
- Apr 19, 2013, 4:35:54 PM (13 years ago)
- Location:
- trunk/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/loader.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130307/ippToPsps (added) merged: 35350,35352,35369,35402-35404,35413
- Property svn:mergeinfo changed
-
trunk/ippToPsps/jython/loader.py
r35226 r35417 36 36 37 37 if self.skychunk.parallel: 38 print "PARALLEL dvo"38 self.logger.info("using PARALLEL DVO") 39 39 else: 40 print "SERIAL dvo"40 self.logger.info("using SERIAL DVO") 41 41 42 42 # connect to the gpc1 database … … 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.
