IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2015, 2:07:30 PM (11 years ago)
Author:
eugene
Message:

removing duplicate jython.jar; only copy in jython2.5.3b1 is kept

File:
1 edited

Legend:

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

    r38794 r38823  
    495495        # now detection table
    496496        self.logger.infoPair("Dropping DVO table", dvoDetectionTable)
    497         sql = "DROP TABLE " + dvoDetectionTable
     497        sql = "DROP TABLE " + dvoDetectionTable + " IF EXISTS"
    498498        try: self.execute(sql)
    499499        except:
Note: See TracChangeset for help on using the changeset viewer.