- Timestamp:
- Feb 16, 2012, 3:29:54 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r33259 r33290 377 377 378 378 self.logger.infoPair("Importing tables with filter", filter) 379 tables = stilts.treads(self.fits.getPath()) 379 380 try: 381 tables = stilts.treads(self.fits.getPath()) 382 except: 383 self.logger.errorPair("STILTS could not import from", self.fits.getPath()) 384 return False 380 385 381 386 count = 0
Note:
See TracChangeset
for help on using the changeset viewer.
