Changeset 39315 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Jan 13, 2016, 4:40:20 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r39302 r39315 608 608 # this should be sufficient to handle all NANs (which go in as NULL) 609 609 _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) 612 612 match = re.search(regex, table) 613 613 newTableName = match.group(1)
Note:
See TracChangeset
for help on using the changeset viewer.
