Changeset 35417 for trunk/ippToPsps/jython/ipptopsps.py
- Timestamp:
- Apr 19, 2013, 4:35:54 PM (13 years ago)
- Location:
- trunk/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/ipptopsps.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130307/ippToPsps (added) merged: 35350,35352,35369,35402-35404,35413
- Property svn:mergeinfo changed
-
trunk/ippToPsps/jython/ipptopsps.py
r35177 r35417 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.
