- Timestamp:
- Jan 31, 2013, 4:13:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/objectbatch.py
r35056 r35076 32 32 logger, 33 33 config, 34 skychunk, 34 35 gpc1Db, 35 36 ippToPspsDb, … … 42 43 logger, 43 44 config, 45 skychunk, 44 46 gpc1Db, 45 47 ippToPspsDb, … … 52 54 53 55 try: 54 self.dvoObjects = DvoObjects(self.logger, self.config, self.s cratchDb.dbName)56 self.dvoObjects = DvoObjects(self.logger, self.config, self.skychunk, self.scratchDb.dbName) 55 57 except: 56 58 self.logger.errorPair("Unable to create instance of", "DvoObjects") … … 264 266 ,PSF_QF_PERF \ 265 267 ,STARGAL_SEP \ 266 , " + str(self. config.dataRelease) + "\268 , " + str(self.skychunk.dataRelease) + "\ 267 269 , RAND() \ 268 270 FROM " + cptTableName
Note:
See TracChangeset
for help on using the changeset viewer.
