IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2017, 11:16:30 AM (10 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/ippToPsps/jython/batch.py

    r39315 r39922  
    700700        # for OB, this imports object data from DVO
    701701        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"):
    703703                self.logger.errorPair("skipping this batch", "no dvo tables for this region")
    704704                self.ippToPspsDb.updateProcessed(self.batchID, 1)
Note: See TracChangeset for help on using the changeset viewer.