Changeset 33787 for trunk/ippToPsps/jython/dvo.py
- Timestamp:
- Apr 16, 2012, 12:18:37 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/dvo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvo.py
r33782 r33787 47 47 48 48 # connect to the specified scratch database 49 self.scratchDb = ScratchDb(self.logger, self.config, scratchDbName) 49 try: 50 self.scratchDb = ScratchDb(self.logger, self.config, scratchDbName) 51 except: raise 52 50 53 self.scratchDb.setUseFullTables(True) 51 54
Note:
See TracChangeset
for help on using the changeset viewer.
