- Timestamp:
- Jul 29, 2014, 9:52:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/loader.py
r37129 r37133 82 82 83 83 self.skychunk.printAll() 84 print "done with loader.py init" 84 85 85 86 ''' … … 174 175 self.logger.infoPair("processed","ok") 175 176 177 self.logger.infoPair("done with processing boxes, numAttempts: ", str(numAttempts)) 176 178 if abort or not self.checkClientStatus(): abort = True 177 179 elif numAttempts > 1 and not self.waitForPollTime(): break 180 181 print "done with wait?" 178 182 179 183 if self.onePassOnly: self.exitProgram("one pass completed")
Note:
See TracChangeset
for help on using the changeset viewer.
