diff options
Diffstat (limited to 'src/mailman/database/base.py')
| -rw-r--r-- | src/mailman/database/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/database/base.py b/src/mailman/database/base.py index 5cc582e56..dda3665af 100644 --- a/src/mailman/database/base.py +++ b/src/mailman/database/base.py @@ -85,7 +85,7 @@ class SABaseDatabase: def initialize(self, debug=None): """See `IDatabase`.""" # Calculate the engine url. - url = expand(config.database.url, config.paths) + url = expand(config.database.url, None, config.paths) self._prepare(url) log.debug('Database url: %s', url) # XXX By design of SQLite, database file creation does not honor |
