diff --git a/cyborgclient/osc/v2/attribute.py b/cyborgclient/osc/v2/attribute.py index cacbe03..f562a52 100644 --- a/cyborgclient/osc/v2/attribute.py +++ b/cyborgclient/osc/v2/attribute.py @@ -134,7 +134,7 @@ class DeleteAttribute(command.Command): raise exc.CommandError(_('Attribute %s not found') % uuid) except exc.ClientException as e: failures.append(_("Failed to delete attribute \ - %(attribute)s: %(error)s") + %(uuid)s: %(error)s") % {'uuid': uuid, 'error': e}) if failures: raise exc.ClientException("\n".join(failures))