IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2011, 3:41:16 PM (15 years ago)
Author:
rhenders
Message:

certain methods were not returning True upon completion

File:
1 edited

Legend:

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

    r32192 r32442  
    9595           self.scratchDb.insertNewDvoExternID(self.header['SOURCEID'], self.header['IMAGEID'])
    9696
    97 
    9897       # dump stuff to log
    9998       self.logger.infoPair("Stack ID", "%d" % self.id)
     
    101100       self.logger.infoPair("Skycell", "%s" % self.skycell)
    102101       self.logger.infoPair("Filter", "%s" % self.filter)
    103 
    104 
    105102
    106103    '''
     
    573570        self.scratchDb.createIndex("StackModelFit", "ippDetectID")
    574571
     572        return True
     573
    575574    '''
    576575    Applies indexes to the IPP tables
     
    583582        self.scratchDb.createIndex("SkyChip_xrad", "IPP_IDET")
    584583        self.scratchDb.createIndex("SkyChip_xsrc", "IPP_IDET")
     584
     585        return True
    585586
    586587    '''
Note: See TracChangeset for help on using the changeset viewer.