diff options
Diffstat (limited to 'openstackclient/identity/v3/group.py')
| -rwxr-xr-x | openstackclient/identity/v3/group.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openstackclient/identity/v3/group.py b/openstackclient/identity/v3/group.py index c79a64e7..f780810a 100755 --- a/openstackclient/identity/v3/group.py +++ b/openstackclient/identity/v3/group.py @@ -343,9 +343,6 @@ class SetGroup(command.Command): if parsed_args.description: kwargs['description'] = parsed_args.description - if not len(kwargs): - sys.stderr.write("Group not updated, no arguments present\n") - return identity_client.groups.update(group.id, **kwargs) |
