IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32021 for trunk/ippToPsps


Ignore:
Timestamp:
Aug 3, 2011, 4:27:37 PM (15 years ago)
Author:
rhenders
Message:

now call printMe() methind from run() methodl; check connect to scratch Db is ok before proceeding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/batch.py

    r32006 r32021  
    7171        self.useFullTables = int(self.doc.find("dvo/useFullTables").text)
    7272        self.scratchDb = ScratchDb(logger, self.doc, self.useFullTables)
     73
     74        if not self.scratchDb.everythingOK: return
    7375
    7476        # TODO
     
    463465            return
    464466
     467        self.printMe()
    465468        self.createEmptyPspsTables()
    466469        self.importIppTables()
Note: See TracChangeset for help on using the changeset viewer.