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/loader.py

    r37129 r37133  
    8282
    8383        self.skychunk.printAll()
     84        print "done with loader.py init"
    8485
    8586    '''
     
    174175                    self.logger.infoPair("processed","ok")
    175176
     177            self.logger.infoPair("done with processing boxes, numAttempts: ", str(numAttempts))
    176178            if abort or not self.checkClientStatus(): abort = True
    177179            elif numAttempts > 1 and not self.waitForPollTime():  break
     180
     181            print "done with wait?"
    178182
    179183            if self.onePassOnly: self.exitProgram("one pass completed")
Note: See TracChangeset for help on using the changeset viewer.