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

    r37129 r37133  
    11991199        self.skipBatch = False
    12001200
    1201         # get the IDs from the DVO tables
    1202         if not self.getIDsFromDVO():
    1203             return False
     1201        # get the IDs from the DVO tables 
     1202        # XXX deprecated along with dvograbber
     1203        # if not self.getIDsFromDVO(): return False
    12041204
    12051205        # do some basics first:
Note: See TracChangeset for help on using the changeset viewer.