IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2014, 9:52:00 AM (12 years ago)
Author:
eugene
Message:

scatter some debugging prints around; replace safeDictionaryAccess (terrible name) with getKeyValue; fix use of strings vs sql words in insert queries; fix detections for new schema; remove use of old dvograbber-based code; clean some avoidable errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/jython/ipptopsps.py

    r37129 r37133  
    155155        while not self.refreshSkychunk() or self.ippToPspsDb.isPaused(self.HOST, self.PID):
    156156
     157            print "looping in ipptopsps"
     158
    157159            self.ippToPspsDb.updateClient(self.config.programName, self.HOST, self.PID)
    158160            if self.ippToPspsDb.isKilled(self.HOST, self.PID):
     
    162164            time.sleep(self.PAUSEPERIOD)
    163165
     166        print "DONE looping in ipptopsps"
    164167
    165168    '''
Note: See TracChangeset for help on using the changeset viewer.