- Timestamp:
- Jan 31, 2013, 5:47:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/queue.py
r35076 r35077 32 32 33 33 try: 34 self.dvoObjects = DvoObjects(self.logger, self.config, self.skychunk )34 self.dvoObjects = DvoObjects(self.logger, self.config, self.skychunk, self.ippToPspsDb) 35 35 except: 36 36 self.exitProgram("Unable to create instance of DvoObject") … … 64 64 65 65 # for object batches, get full list of stuff from Dvo 66 # XXX : need to fix 'dvo.setSkyArea' or this may not return the full list for a parallel dvo 66 67 if batchType == "OB": 67 68 self.dvoObjects.setSkyArea(
Note:
See TracChangeset
for help on using the changeset viewer.
