Changeset 35177 for trunk/ippToPsps/jython/scratchdb.py
- Timestamp:
- Feb 17, 2013, 3:37:35 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/scratchdb.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/scratchdb.py
r35097 r35177 19 19 Constructor 20 20 ''' 21 def __init__(self, logger, config , dbVersion, dbName=None):21 def __init__(self, logger, config): 22 22 23 23 # create gpc1 database objects 24 # XXX the test option is probably not needed since 25 # the scratchDb config infor is set up specially 24 26 if (config.test): 25 27 dbType = "localdatabase_test" … … 27 29 dbType = "localdatabase" 28 30 29 if not dbName: 30 dbName = config.getDbName(dbType) 31 dbName += dbVersion 31 dbName = config.getDbName(dbType) 32 32 33 33 super(ScratchDb, self).__init__(logger, config, dbType, dbName)
Note:
See TracChangeset
for help on using the changeset viewer.
