Changeset 39922 for branches/czw_branch/20160809/ippToPsps/jython/batch.py
- Timestamp:
- Jan 6, 2017, 11:16:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/ippToPsps/jython/batch.py
r39315 r39922 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.
