Skip to content

Commit

Permalink
Log warning for manually-specified config path
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel McKnight committed Dec 13, 2023
1 parent 67d442b commit 199a336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neon_iris/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ def start_client(mq_config, user_config, lang, audio):
from neon_iris.client import CLIClient
_print_config()
if mq_config:
from ovos_config.locations import find_user_config
click.echo(f"WARNING: Configuration should me moved to: "
f"{find_user_config()}.")
mq_config = load_config_file(expanduser(mq_config))
else:
from ovos_config.config import Configuration
Expand Down

0 comments on commit 199a336

Please sign in to comment.