IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33709


Ignore:
Timestamp:
Apr 4, 2012, 4:23:07 PM (14 years ago)
Author:
rhenders
Message:

now we are cycling through all configs, printing current config to log

File:
1 edited

Legend:

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

    r33680 r33709  
    5555        while True:
    5656
     57            self.logger.infoSeparator()
     58            self.logger.infoPair("Config", self.config.name)
     59
    5760            for stage in self.stages:
    5861                for batchType in self.batchTypes:
     
    6669    '''
    6770    def poll(self, batchType, stage):
    68      
     71     
     72       
     73
    6974        if stage == "unloaded":
    7075            ids = self.ippToPspsDb.getUnloadedBatchIDs(batchType)
Note: See TracChangeset for help on using the changeset viewer.