IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2013, 3:03:42 PM (13 years ago)
Author:
eugene
Message:

comment out some of the test lines

File:
1 edited

Legend:

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

    r35027 r35032  
    408408      for table in tables:
    409409
    410           print "import smf table ", table
     410          # print "import smf table ", table
    411411          match = re.match(filter, table.name)
    412412          if not match: continue
     
    414414          table = stilts.tpipe(table, cmd='explodeall')
    415415
    416           print "read smf table ", table
     416          # print "read smf table ", table
    417417
    418418          # drop any previous tables before import
     
    424424          table = stilts.tpipe(table, cmd='replaceval -Infinity null *')
    425425          table = stilts.tpipe(table, cmd='replaceval Infinity null *')
    426           print "cleaned up values ", table
     426          # print "cleaned up values ", table
    427427
    428428          try:
    429429              table.write(self.scratchDb.url + '#' + table.name)
    430               print "wrote to mysql ", table
     430              # print "wrote to mysql ", table
    431431              self.scratchDb.killLastConnectionID()
    432432              count = count + 1
     
    536536    def run(self):
    537537
     538        # this is badly named : it creates the tables and then fills in
     539        # the ImageMeta tables for each ota (alterPspsTables)
    538540        if not self.createEmptyPspsTables():
    539541            self.logger.errorPair("Aborting this batch", "could not create empty PSPS tables")
Note: See TracChangeset for help on using the changeset viewer.