Skip to content
Snippets Groups Projects
Commit 532b2452 authored by Daniel CARRON's avatar Daniel CARRON :b: Committed by André Anjos
Browse files

[mednet.info] Do not display configuration file location

parent 0963f51f
No related branches found
No related tags found
1 merge request!46Create common library
......@@ -36,8 +36,6 @@ def database_configuration(
if not rc.path.exists():
_echo(f"{lib_name} configuration", f"{str(rc.path)} [MISSING]", "white")
else:
_echo(f"{lib_name} configuration", str(rc.path), "white")
click.secho(f"configured {lib_name} databases:", bold=True)
for k, v in raw_databases.items():
......
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