IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 3:38:38 PM (12 years ago)
Author:
eugene
Message:

dropping more test prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/jython/detectionbatch.py

    r37232 r37241  
    381381
    382382        sql = sqlLine.makeRaw(") SELECT ", " FROM " + ippTableName)
    383         print "sql: " + sql
    384 
    385         self.scratchDb.execute(sql)
     383
     384        try: self.scratchDb.execute(sql)
     385        except:
     386            self.logger.errorPair("failed sql: ", sql)
     387            raise
    386388
    387389        # NOTE : Flux limits : in the current PSPS schema, negative fluxes
Note: See TracChangeset for help on using the changeset viewer.