diff options
author | Magnus Ahltorp <map@kth.se> | 2017-07-26 00:33:15 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-07-26 00:33:15 +0200 |
commit | de7ddf3257b6217bc8c22d1ddfb402eb73a94384 (patch) | |
tree | 1b684fb1c72ed97a999354751cd15e461968ddb6 /tools/initlog.py | |
parent | c730fa9a23b6d27e5361b7ef1c9b97970df0a60d (diff) |
Remove erroneous 'filedb' db name from python merge
Diffstat (limited to 'tools/initlog.py')
-rwxr-xr-x | tools/initlog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/initlog.py b/tools/initlog.py index da63206..235bd6a 100755 --- a/tools/initlog.py +++ b/tools/initlog.py @@ -90,7 +90,7 @@ def main(): write_file(minsizefile, minsize) # Create a chains database. - perm(localconfig.get("dbbackend", "filedb"), mergedb + "/chains") + perm(localconfig["dbbackend"], mergedb + "/chains") return 0 |