- Timestamp:
- Apr 3, 2013, 12:52:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/ippToPsps/jython/ipptopsps.py
r35177 r35352 55 55 raise 56 56 57 print "check client status" 57 58 self.checkClientStatus() 58 59 … … 142 143 def checkClientStatus(self): 143 144 145 print "update client" 144 146 self.ippToPspsDb.updateClient(self.config.programName, self.HOST, self.PID) 145 147 148 print "check killed" 146 149 if self.ippToPspsDb.isKilled(self.HOST, self.PID): 147 150 self.exitProgram("killed via Db") … … 149 152 # this loop pauses the process if we have no skychunk or we have set it to pause 150 153 firstTimeIn = True 154 print "refresh skychunk" 151 155 while not self.refreshSkychunk() or self.ippToPspsDb.isPaused(self.HOST, self.PID): 152 156
Note:
See TracChangeset
for help on using the changeset viewer.
