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/objectbatch.py

    r37219 r37241  
    155155
    156156
    157             self.logger.info(sql)
    158             self.scratchDb.execute(sql)
     157            try: self.scratchDb.execute(sql)
     158            except:
     159                self.logger.errorPair("failed update MeanObject", sql)
     160                raise
    159161
    160162        # now set to null all MeanMagErr values > 0.5 (cut set by Gene, 2012-04-12)
Note: See TracChangeset for help on using the changeset viewer.