IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2015, 1:40:08 PM (11 years ago)
Author:
eugene
Message:

fix test for table existence (called test before measurement)

File:
1 edited

Legend:

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

    r38838 r38839  
    442442    '''
    443443    def importIppTables(self, columns="*", filter=""):
    444 
     444       
    445445        self.logger.infoPair("Importing tables with filter", filter)
    446 
     446       
    447447        # print "trying to read ", self.fits.getPath()
    448448
     
    489489            self.tablesLoaded.append(table.name)
    490490
    491       self.logger.infoPair("Done. Imported", "%d tables" % count)
    492       self.indexIppTables()
    493 
    494       return True
     491        self.logger.infoPair("Done. Imported", "%d tables" % count)
     492        self.indexIppTables()
     493
     494        return True
    495495
    496496    '''
Note: See TracChangeset for help on using the changeset viewer.