Merge "Fix copy and paste typo"

This commit is contained in:
Zuul 2019-01-10 06:28:03 +00:00 committed by Gerrit Code Review
commit 8ce4de38cd
1 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ def resolve_address(endpoint_type=PUBLIC, override=True):
if resolved_address is None:
raise ValueError("Unable to resolve a suitable IP address based on "
"charm state and configuration. (net_type=%s, "
% (net_type))
"charm state and configuration. (net_type={})"
.format(net_type))
return resolved_address