Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 12, 2024
1 parent a602463 commit 54bec73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion neon_api_proxy/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ def _init_config() -> dict:
"ngi_auth_vars.yml")
if isfile(legacy_config_file):
log_deprecation(f"Legacy configuration found at: {legacy_config_file}. "
f"This will be ignored in future versions.",
f"This will be ignored in future versions. "
f"Default configuration handling will use "
f"~/.config/neon/diana.yaml.",
"1.0.0")
return NGIConfig("ngi_auth_vars").get("api_services") or dict()
else:
Expand Down

0 comments on commit 54bec73

Please sign in to comment.