Add a lacking message format letter 's'

This lacking leads an unhelpful error message.

Change-Id: I435defc871c69423ed2800e1b304cc7b27792256
Closes-Bug: #1313616
This commit is contained in:
Masayuki Igawa 2014-04-28 19:25:53 +09:00
parent b0d7f61a8c
commit 89ba568c9a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class StackBuildErrorException(TempestException):
class StackResourceBuildErrorException(TempestException):
message = ("Resource %(resource_name) in stack %(stack_identifier)s is "
message = ("Resource %(resource_name)s in stack %(stack_identifier)s is "
"in %(resource_status)s status due to "
"'%(resource_status_reason)s'")