Changeset 31973 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Aug 2, 2011, 3:49:19 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r31935 r31973 434 434 p.wait() 435 435 # out = p.stdout.read() 436 self.logger.infoPair("DVO access", "complete") 437 438 if self.scratchDb.getRowCount("dvoDetection")< 1:439 self.logger.error ("No DVOIDs found")436 437 rowCount = self.scratchDb.getRowCount("dvoDetection") 438 if rowCount < 1: 439 self.logger.errorPair("DVO error", "No IDs found") 440 440 return False 441 442 self.logger.infoPair("DVO access complete. Found", "%d detections" % rowCount) 441 443 442 444 return True
Note:
See TracChangeset
for help on using the changeset viewer.
