Changeset 35177 for trunk/ippToPsps/jython/dvo.py
- Timestamp:
- Feb 17, 2013, 3:37:35 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/dvo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvo.py
r35175 r35177 50 50 # connect to the specified scratch database, if a name is given, otherwise use the first version 51 51 try: 52 self.scratchDb = ScratchDb(self.logger, self.config , '1', scratchDbName)52 self.scratchDb = ScratchDb(self.logger, self.config) 53 53 except: raise 54 54
Note:
See TracChangeset
for help on using the changeset viewer.
