summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v2_0/ec2creds.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/identity/v2_0/ec2creds.py')
-rw-r--r--openstackclient/identity/v2_0/ec2creds.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/identity/v2_0/ec2creds.py b/openstackclient/identity/v2_0/ec2creds.py
index 2572c4f0..0bc48322 100644
--- a/openstackclient/identity/v2_0/ec2creds.py
+++ b/openstackclient/identity/v2_0/ec2creds.py
@@ -122,8 +122,8 @@ class DeleteEC2Creds(command.Command):
except Exception as e:
result += 1
LOG.error(_("Failed to delete EC2 credentials with "
- "access key '%(access_key)s': %(e)s")
- % {'access_key': access_key, 'e': e})
+ "access key '%(access_key)s': %(e)s"),
+ {'access_key': access_key, 'e': e})
if result > 0:
total = len(parsed_args.access_keys)