IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2014, 3:32:28 PM (12 years ago)
Author:
heather
Message:

this makes batches! they are full of NULLS but they are batches!

File:
1 edited

Legend:

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

    r36723 r36726  
    557557           # replace nulls and empty fields with weird PSPS -999 pseudo-null
    558558           _table = stilts.tpipe(_table, cmd='replaceval "" -999 *')
    559 
    560            match = re.match(regex, table)
     559           self.logger.infoPair('regex', regex)
     560           self.logger.infoPair('table', table)
     561           match = re.search(regex, table)
    561562           newTableName = match.group(1)
    562563
Note: See TracChangeset for help on using the changeset viewer.