summaryrefslogtreecommitdiff
path: root/heat/engine/hot/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/engine/hot/template.py')
-rw-r--r--heat/engine/hot/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/engine/hot/template.py b/heat/engine/hot/template.py
index 099a7559a..7af8a148f 100644
--- a/heat/engine/hot/template.py
+++ b/heat/engine/hot/template.py
@@ -188,7 +188,7 @@ class HOTemplate20130523(template.Template):
field = data[key]
if not isinstance(field, valid_types):
args = {'name': name, 'key': key, 'typename': typename}
- msg = _('Resource %(name)s %(key)s type'
+ msg = _('Resource %(name)s %(key)s type '
'must be %(typename)s') % args
raise TypeError(msg)
return field