Skip to content

Commit

Permalink
grouper_query: Fix typo #85
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Oct 21, 2020
1 parent 8d42feb commit fc42860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requiam/grouper_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def grouper_delta_user(group, stem, netid, uaid, action, grouper_dict,
if not isinstance(netid, list):
netid = [netid]
if not isinstance(uaid, list):
netid = [netid]
uaid = [uaid]
member_set = update_entries(member_set, netid, uaid, action, log=log)

d = Delta(ldap_members=member_set,
Expand Down

0 comments on commit fc42860

Please sign in to comment.