Skip to content

Commit 2c965b8

Browse files
author
zheng yin
committed
fix image unset
modify "target" to "tagret" Change-Id: I80674b23804b26430aed13b5e6c6dc2b240771cd
1 parent 9f65a99 commit 2c965b8

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)