We still need a db_url. Thanks interface tests!

This commit is contained in:
Raoul Snyman 2016-01-08 00:18:01 +02:00
parent c4bb673ac0
commit 4fd53706c6

View File

@ -231,6 +231,8 @@ class Manager(object):
if db_file_name:
log.debug('Manager: Creating new DB url')
self.db_url = init_url(plugin_name, db_file_name)
else:
self.db_url = init_url(plugin_name)
if upgrade_mod:
try:
db_ver, up_ver = upgrade_db(self.db_url, upgrade_mod)