Merge "Fix an exception message"

This commit is contained in:
Zuul 2018-07-04 17:06:15 +00:00 committed by Gerrit Code Review
commit 53e263d9d9
1 changed files with 2 additions and 1 deletions

View File

@ -549,7 +549,8 @@ def resource_prop_data_get(context, resource_prop_data_id):
resource_prop_data_id)
if result is None:
raise exception.NotFound(
_('ResourcePropertiesData with id %s not found') % id)
_('ResourcePropertiesData with id %s not found') %
resource_prop_data_id)
return result