Skip to content

Commit

Permalink
add message
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Sep 29, 2024
1 parent 356f647 commit db9ad7f
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 @@ -553,7 +553,7 @@ def validate_data(ctx, data, allow_update):
for (category, subcategory, groupname, _managers, _members, _viewers, _schema_id, _expiration_date) in data:

if group.exists(ctx, groupname) and not allow_update:
errors.append('Group "{}" already exists.'.format(groupname))
errors.append('Group "{}" already exists. It has not been updated.'.format(groupname))

# Is user admin or has category add privileges?
if not (is_admin or can_add_category):
Expand Down

0 comments on commit db9ad7f

Please sign in to comment.