IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2015, 5:28:11 PM (11 years ago)
Author:
eugene
Message:

fix typos and other minor issues with forced galaxy stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/batch.py

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