IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2015, 9:55:43 PM (11 years ago)
Author:
heather
Message:

SAS39 final tweaks (added infoFlag3)

File:
1 edited

Legend:

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

    r37754 r38602  
    414414    '''   
    415415    def createEmptyPspsTables(self):
    416 
     416         print "THIS SUCKS"
    417417         self.pspsTables = stilts.treads(self.pspsVoTableFilePath)
    418418         for table in self.pspsTables:
    419419             self.logger.debug("Creating PSPS table: " + table.name)
     420             self.logger.infoPair("creating psps table ",table.name)
    420421             table.write(self.scratchDb.url + '#' + table.name)
    421422             self.tablesToExport.append(table.name)
     
    592593
    593594        # creates the empty PSPS tables
     595        self.logger.infoPair("creating","empty psps tables")
    594596        if not self.createEmptyPspsTables():
    595597            self.logger.errorPair("Aborting this batch", "could not create empty PSPS tables")
Note: See TracChangeset for help on using the changeset viewer.