diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index 843e0d39..5fc31cf8 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -1607,7 +1607,7 @@ def do_action_show(sc, args): query = {'id': args.id} action = sc.get(models.Action, query) except exc.HTTPNotFound: - msg = _('Action %(id)s is not found') % args.id + msg = _('Action %(id)s is not found') % {'id': args.id} raise exc.CommandError(msg) formatters = {