IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2012, 3:35:11 PM (14 years ago)
Author:
rhenders
Message:

importIppTables() was not returning True

File:
1 edited

Legend:

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

    r33353 r33727  
    5050    '''
    5151    def importIppTables(self, filter=""):
    52         self.logger.debug("importIppTables method here to satidfy base-class")
     52        self.logger.debug("importIppTables method here to satisfy base-class")
     53        return True
    5354
    5455    '''
     
    6364    def populatePspsTables(self):
    6465        self.logger.debug("No processing required for this batch type")
    65         return 1
     66        return True
    6667
Note: See TracChangeset for help on using the changeset viewer.