Skip to content

Commit

Permalink
Prettify exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
kopytjuk committed Jul 14, 2019
1 parent 57bc0fd commit 89059b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/remote/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _read_connection_string_from_config(config):
except KeyError as exc:
raise DvcException(
(
"Variable '${}' is not set " "in your current environment."
"Variable '${}' is not set in your current environment."
).format(env_var_name),
exc,
)
Expand Down

0 comments on commit 89059b6

Please sign in to comment.