IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32163


Ignore:
Timestamp:
Aug 22, 2011, 10:37:45 AM (15 years ago)
Author:
rhenders
Message:

removed redundant alreadyProcessed() method; removed redundant log message

File:
1 edited

Legend:

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

    r32138 r32163  
    497497
    498498    '''
    499     Checks whether this batch has already been processed and published. To be implemented by all subclasses
    500     '''
    501     def alreadyProcessed(self):
    502         self.logger.warn("alreadyProcessed not implemented")
    503 
    504 
    505     '''
    506499    Creates and publishes a batch
    507500    '''
     
    520513                if int(self.doc.find("options/reportNulls").text): self.reportNullsInAllPspsTables(False)
    521514
    522         self.logger.infoPair("Batch......", "complete")
    523 
    524515from datastore import Datastore
    525516
Note: See TracChangeset for help on using the changeset viewer.