Skip to content

Commit

Permalink
Fix error message when fetching ddn conn params
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Apr 21, 2022
1 parent 93b6dea commit d571961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitgraph/commandline/cloud.py
Expand Up @@ -365,7 +365,7 @@ def _get_ddn_conn_params(remote: str) -> Dict[str, Optional[str]]:
engine = get_engine(remote)
except KeyError as e:
raise click.UsageError(
"Remote %s or API key/secret not found in the config. "
f"Remote {remote} or API key/secret not found in the config. "
"Try registering with sgr cloud register or logging in "
"with sgr cloud login / sgr cloud login-api."
) from e
Expand Down

0 comments on commit d571961

Please sign in to comment.