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

    r35097 r37133  
    3333            scratchDb,
    3434            batchID):
     35
    3536       super(InitBatch, self).__init__(logger,
    3637               config,
     
    4243               batchID,
    4344               "IN",
    44                None,
    45                0)
     45               None)
    4646
    4747       self.outputFitsFile = "00000000.FITS";
Note: See TracChangeset for help on using the changeset viewer.