Skip to content

Commit 045622e

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "fix image unset"
2 parents 93db7f5 + 2c965b8 commit 045622e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/image/v2/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ def take_action(self, parsed_args):
933933
'propret': propret, 'proptotal': proptotal})
934934
raise exceptions.CommandError(msg)
935935
elif tagret > 0:
936-
msg = (_("Failed to unset %(target)s of %(tagtotal)s tags.")
936+
msg = (_("Failed to unset %(tagret)s of %(tagtotal)s tags.")
937937
% {'tagret': tagret, 'tagtotal': tagtotal})
938938
raise exceptions.CommandError(msg)
939939
elif propret > 0:

0 commit comments

Comments
 (0)