Changeset 38990 for trunk/ippToPsps/jython/forcedwarpbatch.py
- Timestamp:
- Oct 28, 2015, 7:55:59 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/forcedwarpbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/forcedwarpbatch.py
r38960 r38990 459 459 results= self.scratchDb.reportAndDeleteRowsWithNULLS("ForcedWarpMeasurement_"+forcedWarpID, "objID") 460 460 rowCountAfter = self.scratchDb.getRowCount("ForcedWarpMeasurement_"+forcedWarpID) 461 self.logger.infoPair("row count of ForcedWarpMeasurement", rowCountBefore)461 self.logger.infoPair("row count of ForcedWarpMeasurement", rowCountBefore) 462 462 self.logger.infoPair("row count of ForcedWarpMeasurement after cull of null objID ", rowCountAfter) 463 463 if rowCountAfter == 0: 464 464 self.skipBatch = True 465 self.logger.infoPair ("skip this batch ,it is bad")465 self.logger.infoPair ("skip this batch", "it is bad") 466 466 return False 467 467 # self.generateRandomIDs()
Note:
See TracChangeset
for help on using the changeset viewer.
