Changeset 38083 for trunk/ippToPsps/jython/forcedwarpbatch.py
- Timestamp:
- Apr 2, 2015, 4:23:59 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/forcedwarpbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/forcedwarpbatch.py
r37935 r38083 332 332 raise 333 333 self.logger.infoPair("need to cull"," nulls objid") 334 rowCountBefore = self.scratchDb.getRowCount("ForcedWarpMeasurement") 334 335 results= self.scratchDb.reportAndDeleteRowsWithNULLS("ForcedWarpMeasurement", "objID") 335 336 337 336 rowCountAfter = self.scratchDb.getRowCount("ForcedWarpMeasurement") 337 self.logger.infoPair("row count of ForcedWarpMeasurement",rowCountBefore) 338 self.logger.infoPair("row count of ForcedWarpMeasurement after cull of null objID", rowCountAfter) 339 if rowCountAfter == 0: 340 self.skipBatch = True 341 self.logger.infoPair ("skip this batch, it is bad") 342 return False 338 343 # self.generateRandomIDs() 339 344
Note:
See TracChangeset
for help on using the changeset viewer.
