We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6abc6 commit 04ad3c2Copy full SHA for 04ad3c2
roundup/backends/sessions_dbm.py
@@ -46,7 +46,7 @@ def cache_db_type(self, path):
46
'''
47
db_type = ''
48
if os.path.exists(path):
49
- db_type = whichdb.whichdb(path)
+ db_type = whichdb(path)
50
if not db_type:
51
raise hyperdb.DatabaseError(
52
_("Couldn't identify database type"))
0 commit comments