Fix copy and paste typo

Fix up a cosmetic copy and paste mistake.

Change-Id: Idde8a3e07d0d6080df4d77d7d3224a31278fbc39
This commit is contained in:
David Ames 2018-12-12 12:55:48 -08:00
parent 43ac4c90d0
commit 1cc44ac9f4
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