Changeset 39008 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Oct 29, 2015, 5:28:11 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r38999 r39008 696 696 # for OB, this imports object data from DVO 697 697 if not self.importIppTables(): 698 if (self.batchType == "OB" or self.batchType =="DO" or self.batchType =="FO" ):698 if (self.batchType == "OB" or self.batchType =="DO" or self.batchType =="FO" or self.batchType =="FG"): 699 699 self.logger.errorPair("skipping this batch", "no dvo tables for this region") 700 700 self.ippToPspsDb.updateProcessed(self.batchID, 1)
Note:
See TracChangeset
for help on using the changeset viewer.
