IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2016, 4:40:20 PM (11 years ago)
Author:
eugene
Message:

fix a typo and clean up verbosity

File:
1 edited

Legend:

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

    r39302 r39315  
    608608           # this should be sufficient to handle all NANs (which go in as NULL)
    609609           _table = stilts.tpipe(_table, cmd='replaceval "" -999 *')
    610            self.logger.infoPair('regex', regex)
    611            self.logger.infoPair('table', table)
     610           self.logger.debugPair('regex', regex)
     611           self.logger.debugPair('table', table)
    612612           match = re.search(regex, table)
    613613           newTableName = match.group(1)
Note: See TracChangeset for help on using the changeset viewer.