Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Sep 27, 2024
1 parent 077a653 commit 4445e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ def group_create(ctx, group_name, category, subcategory, schema_id, expiration_d

if ctx.uuGroupExists(group_name):
return api.Error('group_exists', "Group {} not created, it already exists".format(group_name))

response = ctx.uuGroupAdd(group_name, category, subcategory, schema_id, expiration_date, description, data_classification, co_identifier, '', '')['arguments']
status = response[8]
message = response[9]
Expand Down

0 comments on commit 4445e85

Please sign in to comment.