Changeset 38763 for trunk/ippToPsps/jython/diffbatch.py
- Timestamp:
- Sep 21, 2015, 11:54:38 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/diffbatch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/diffbatch.py
r38761 r38763 185 185 186 186 187 self. dataRelease = skychunk.dataRelease;187 self.processingVersion = skychunk.processingVersion; 188 188 189 189 … … 236 236 self.scratchDb.updateAllRows("DiffMeta_"+str(num), "surveyID", str(self.surveyID)) 237 237 self.scratchDb.updateFilterID("DiffMeta_"+str(num), self.filterName[num][0]) 238 self.scratchDb.updateAllRows("DiffMeta_"+str(num), " dataRelease", str(self.skychunk.dataRelease))238 self.scratchDb.updateAllRows("DiffMeta_"+str(num), "processingVersion", str(self.skychunk.processingVersion)) 239 239 self.logger.infoPair("DiffMeta_"+str(num),"done") 240 240 … … 339 339 sqlLine.group("DinfoFlag", "FLAGS") 340 340 sqlLine.group("DinfoFlag2", "FLAGS2") 341 sqlLine.group(" dataRelease", str(self.skychunk.dataRelease))341 sqlLine.group("processingVersion", str(self.skychunk.processingVersion)) 342 342 343 343 sql = sqlLine.makeRaw(") SELECT ", " FROM " + ippTableName)
Note:
See TracChangeset
for help on using the changeset viewer.
