IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 2:38:19 PM (11 years ago)
Author:
eugene
Message:

add debug option to ippjython / ipptopsps.py; move some messages to debug; only do XY01 in test mode; test ingest of a FITS file to mysql

File:
1 edited

Legend:

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

    r38960 r38973  
    170170                   GROUP BY stage_id"
    171171
    172         try:
    173             rs = self.executeQuery(sql)
    174 
    175         except:
    176             self.logger.exception("Can't query for ids in DVO")
    177             self.logger.infoPair("failed sql:", sql)
    178             sys.exit(1)
     172        self.logger.debug("SQL: " + sql)
     173        rs = self.executeQuery(sql)
    179174
    180175        while (rs.next()):
Note: See TracChangeset for help on using the changeset viewer.