IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35009


Ignore:
Timestamp:
Jan 22, 2013, 5:07:28 AM (13 years ago)
Author:
eugene
Message:

add some test output lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/dvodetections.py

    r34950 r35009  
    149149              FROM " + cpmTableName
    150150
     151       # print "sql :", sql
     152       # response = raw_input("prepare to insert dvoDetectionTable ")
     153
    151154       try:
    152155           self.scratchDb.execute(sql)
     
    155158           return False
    156159       finally:
     160           # response = raw_input("insert dvoDetectionTable ")
    157161           self.logger.infoPair("Dropping tables", "%s and %s" % (cpmTableName, cptTableName))
    158162           self.scratchDb.dropTable(cpmTableName)
Note: See TracChangeset for help on using the changeset viewer.