Changeset 39785 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Oct 21, 2016, 11:24:05 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r39315 r39785 700 700 # for OB, this imports object data from DVO 701 701 if not self.importIppTables(): 702 if (self.batchType == "OB" or self.batchType =="DO" or self.batchType =="FO" or self.batchType =="FG" ):702 if (self.batchType == "OB" or self.batchType =="DO" or self.batchType =="FO" or self.batchType =="FG" or self.batchType =="GO"): 703 703 self.logger.errorPair("skipping this batch", "no dvo tables for this region") 704 704 self.ippToPspsDb.updateProcessed(self.batchID, 1)
Note:
See TracChangeset
for help on using the changeset viewer.
