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 eeff14d commit 3ee8ce7Copy full SHA for 3ee8ce7
roundup/backends/back_anydbm.py
@@ -53,7 +53,7 @@
53
54
def db_exists(config):
55
# check for the user db
56
- for db in 'nodes.user nodes.user.db'.split():
+ for db in 'nodes.user nodes.user.db nodes.user.dat'.split():
57
if os.path.exists(os.path.join(config.DATABASE, db)):
58
return 1
59
return 0
0 commit comments