Fix typo in message variable
This commit is contained in:
parent
4372c346d9
commit
773a49c40d
@ -11,7 +11,7 @@ class UnformattedGetAttTemplateException(Exception):
|
|||||||
class ValidationError(BadRequest):
|
class ValidationError(BadRequest):
|
||||||
def __init__(self, name_or_id, message=None):
|
def __init__(self, name_or_id, message=None):
|
||||||
if message is None:
|
if message is None:
|
||||||
messgae="Stack:{0} does not exist".format(name_or_id),
|
message="Stack:{0} does not exist".format(name_or_id),
|
||||||
|
|
||||||
template = Template(ERROR_RESPONSE)
|
template = Template(ERROR_RESPONSE)
|
||||||
super(ValidationError, self).__init__()
|
super(ValidationError, self).__init__()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user