IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34953


Ignore:
Timestamp:
Jan 17, 2013, 6:15:19 AM (14 years ago)
Author:
eugene
Message:

add test i/o

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/setupScratchDb.py

    r33787 r34953  
    4444        tables = stilts.treads("../config/IN/tables.vot")
    4545        for table in tables:
     46            # EAM TEST I/O
     47            self.logger.infoPair("Creating IN table: ", table.name)
    4648            self.logger.debug("Creating IN table: " + table.name)
    4749            table.write(self.scratchDb.url + '#' + table.name)
Note: See TracChangeset for help on using the changeset viewer.