Changeset 35171 for trunk/ippToPsps/jython
- Timestamp:
- Feb 15, 2013, 1:53:11 PM (13 years ago)
- Location:
- trunk/ippToPsps/jython
- Files:
-
- 2 edited
-
detectionbatch.py (modified) (1 diff)
-
stackbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r35124 r35171 215 215 216 216 self.scratchDb.execute(sql) 217 217 self.scratchDb.updateAllRows("FrameMeta", "batchID", str(self.batchID)) 218 218 self.scratchDb.updateAllRows("FrameMeta", "surveyID", str(self.surveyID)) 219 219 self.scratchDb.updateFilterID("FrameMeta", self.filter) -
trunk/ippToPsps/jython/stackbatch.py
r35097 r35171 420 420 )" 421 421 self.scratchDb.execute(sql) 422 422 self.scratchDb.updateAllRows("StackMeta", "batchID", str(self.batchID)) 423 423 self.scratchDb.updateAllRows("StackMeta", "surveyID", str(self.surveyID)) 424 424 self.scratchDb.updateFilterID("StackMeta", self.filter)
Note:
See TracChangeset
for help on using the changeset viewer.
