- Timestamp:
- Aug 12, 2014, 3:38:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/detectionbatch.py
r37232 r37241 381 381 382 382 sql = sqlLine.makeRaw(") SELECT ", " FROM " + ippTableName) 383 print "sql: " + sql 384 385 self.scratchDb.execute(sql) 383 384 try: self.scratchDb.execute(sql) 385 except: 386 self.logger.errorPair("failed sql: ", sql) 387 raise 386 388 387 389 # NOTE : Flux limits : in the current PSPS schema, negative fluxes
Note:
See TracChangeset
for help on using the changeset viewer.
