Changeset 35174 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Feb 16, 2013, 3:03:50 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r35097 r35174 544 544 # for OB, this imports object data from DVO 545 545 if not self.importIppTables(): 546 if self.batchType == "OB": 547 self.logger.errorPair("skipping this batch", "no dvo tables for this region") 548 self.ippToPspsDb.updateProcessed(self.batchID, 1) 549 return True 550 546 551 self.logger.errorPair("Aborting this batch", "could not import IPP tables") 547 552 self.ippToPspsDb.updateProcessed(self.batchID, -1)
Note:
See TracChangeset
for help on using the changeset viewer.
