IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2015, 7:55:59 AM (11 years ago)
Author:
eugene
Message:

enable ohana fits_to_mysql

File:
1 edited

Legend:

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

    r38960 r38990  
    459459        results= self.scratchDb.reportAndDeleteRowsWithNULLS("ForcedWarpMeasurement_"+forcedWarpID, "objID")
    460460        rowCountAfter =  self.scratchDb.getRowCount("ForcedWarpMeasurement_"+forcedWarpID)
    461         self.logger.infoPair("row count of ForcedWarpMeasurement",rowCountBefore)
     461        self.logger.infoPair("row count of ForcedWarpMeasurement", rowCountBefore)
    462462        self.logger.infoPair("row count of ForcedWarpMeasurement after cull of null objID ", rowCountAfter)
    463463        if rowCountAfter == 0:
    464464            self.skipBatch = True
    465             self.logger.infoPair ("skip this batch, it is bad")
     465            self.logger.infoPair ("skip this batch", "it is bad")
    466466            return False
    467467#        self.generateRandomIDs()
Note: See TracChangeset for help on using the changeset viewer.