Changeset 35009
- Timestamp:
- Jan 22, 2013, 5:07:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/dvodetections.py
r34950 r35009 149 149 FROM " + cpmTableName 150 150 151 # print "sql :", sql 152 # response = raw_input("prepare to insert dvoDetectionTable ") 153 151 154 try: 152 155 self.scratchDb.execute(sql) … … 155 158 return False 156 159 finally: 160 # response = raw_input("insert dvoDetectionTable ") 157 161 self.logger.infoPair("Dropping tables", "%s and %s" % (cpmTableName, cptTableName)) 158 162 self.scratchDb.dropTable(cpmTableName)
Note:
See TracChangeset
for help on using the changeset viewer.
