Add missing %s in print message
This is to add some missing %s in print message Change-Id: Ia79dd71254eda5a608c926435051ecaab3d7b22d
This commit is contained in:
parent
77b5ff2472
commit
d9d48bf1ce
@ -119,7 +119,7 @@ class ServerUnreachable(TempestException):
|
||||
# of get_network_from_name and preprov_creds to tempest.lib, and it should
|
||||
# be migrated along with them
|
||||
class InvalidTestResource(TempestException):
|
||||
message = "%(name) is not a valid %(type), or the name is ambiguous"
|
||||
message = "%(name)s is not a valid %(type)s, or the name is ambiguous"
|
||||
|
||||
|
||||
class RFCViolation(RestClientException):
|
||||
|
Loading…
x
Reference in New Issue
Block a user