IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2015, 1:59:43 PM (11 years ago)
Author:
heather
Message:

forced warp batches for sas37 are now working!

File:
1 edited

Legend:

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

    r37917 r37935  
    423423               AND b.imageID = " + str(imageID)
    424424
    425         self.scratchDb.execute(sql)
    426 
     425        try: self.scratchDb.execute(sql)
     426        except:
     427            self.logger.infoPair("failed sql",sql)
     428            raise
    427429    '''
    428430    Updates table and generates pspsuniqueids
Note: See TracChangeset for help on using the changeset viewer.