Skip to content
Snippets Groups Projects
Commit 4f90bc2a authored by Petr Špaček's avatar Petr Špaček
Browse files

Fix typo configuratin->configuration in pykeymgr.in

parent 74264be0
No related branches found
No related tags found
1 merge request!770Fix typo configuratin->configuration in pykeymgr.in
Pipeline #
......@@ -397,7 +397,7 @@ def import_file(fname, env, db_keys):
def import_dir(dirname):
print("Importing json key config in", dirname)
if os.path.isfile(dirname + "/data.mdb"):
print("Warning: LMDB key configuratin in", dirname, "already exists.")
print("Warning: LMDB key configuration in", dirname, "already exists.")
if opt_force:
print("...deleting it.")
os.remove(dirname + "/data.mdb")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment