Changeset 38839 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Oct 10, 2015, 1:40:08 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r38838 r38839 442 442 ''' 443 443 def importIppTables(self, columns="*", filter=""): 444 444 445 445 self.logger.infoPair("Importing tables with filter", filter) 446 446 447 447 # print "trying to read ", self.fits.getPath() 448 448 … … 489 489 self.tablesLoaded.append(table.name) 490 490 491 self.logger.infoPair("Done. Imported", "%d tables" % count)492 self.indexIppTables()493 494 return True491 self.logger.infoPair("Done. Imported", "%d tables" % count) 492 self.indexIppTables() 493 494 return True 495 495 496 496 '''
Note:
See TracChangeset
for help on using the changeset viewer.
