Skip to content

Commit fa998d6

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix return value of "image set" command"
2 parents d91e104 + 61c1d98 commit fa998d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/image/v1/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def take_action(self, parsed_args):
691691

692692
if not kwargs:
693693
self.log.warning('no arguments specified')
694-
return {}, {}
694+
return
695695

696696
image = image_client.images.update(image.id, **kwargs)
697697
finally:

0 commit comments

Comments
 (0)