IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 4:10:18 PM (12 years ago)
Author:
eugene
Message:

merge changes from branches/eam_branches/ipp-20140717

File:
1 edited

Legend:

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

    r35417 r37246  
    5555            raise
    5656
    57         print "check client status"
    5857        self.checkClientStatus()
    5958
     
    143142    def checkClientStatus(self):
    144143
    145         print "update client"
    146144        self.ippToPspsDb.updateClient(self.config.programName, self.HOST, self.PID)
    147145
    148         print "check killed"
    149146        if self.ippToPspsDb.isKilled(self.HOST, self.PID):
    150147            self.exitProgram("killed via Db")
     
    152149        # this loop pauses the process if we have no skychunk or we have set it to pause
    153150        firstTimeIn = True
    154         print "refresh skychunk"
    155151        while not self.refreshSkychunk() or self.ippToPspsDb.isPaused(self.HOST, self.PID):
    156 
    157152            self.ippToPspsDb.updateClient(self.config.programName, self.HOST, self.PID)
    158153            if self.ippToPspsDb.isKilled(self.HOST, self.PID):
     
    161156            firstTimeIn = False
    162157            time.sleep(self.PAUSEPERIOD)
    163 
    164158
    165159    '''
Note: See TracChangeset for help on using the changeset viewer.