Changeset 31951 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Jul 29, 2011, 2:46:05 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r31936 r31951 533 533 Updates provided table with DVO IDs from DVO table 534 534 ''' 535 def updateDvoIDs(self, table, sourceID, externID): 536 537 imageID = self.scratchDb.getImageIDFromExternID(sourceID, externID) 538 self.logger.debug("Updating table '" + table + "' with DVO IDs using imageID = %d" % imageID) 535 def updateDvoIDs(self, table, sourceID, imageID): 536 537 self.logger.debug("Updating table '" + table + "' with DVO IDs using imageID = " + imageID) 539 538 sql = "UPDATE IGNORE " + table + " AS a, " + self.scratchDb.dvoDetection + " AS b SET \ 540 539 a.ippObjID = b.ippObjID, \
Note:
See TracChangeset
for help on using the changeset viewer.
