Skip to content

Commit 04ad3c2

Browse files
author
Richard Jones
committed
fix
1 parent 6a6abc6 commit 04ad3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/backends/sessions_dbm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def cache_db_type(self, path):
4646
'''
4747
db_type = ''
4848
if os.path.exists(path):
49-
db_type = whichdb.whichdb(path)
49+
db_type = whichdb(path)
5050
if not db_type:
5151
raise hyperdb.DatabaseError(
5252
_("Couldn't identify database type"))

0 commit comments

Comments
 (0)