Changeset 37551 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Nov 3, 2014, 2:41:20 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r37246 r37551 579 579 # for OB, this imports object data from DVO 580 580 if not self.importIppTables(): 581 if self.batchType == "OB":581 if (self.batchType == "OB" or self.batchType =="DO" or self.batchType =="FO"): 582 582 self.logger.errorPair("skipping this batch", "no dvo tables for this region") 583 583 self.ippToPspsDb.updateProcessed(self.batchID, 1)
Note:
See TracChangeset
for help on using the changeset viewer.
