mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 12:12:23 +08:00
Fix another typo in the oldschool badges cronjob.
This commit is contained in:
@@ -44,7 +44,7 @@ def user_in_group(user, group_name):
|
||||
group_id = None
|
||||
for g in user.memberships:
|
||||
if g.name == group_name:
|
||||
group_id = g.group_id
|
||||
group_id = g.id
|
||||
break
|
||||
|
||||
if not group_id:
|
||||
|
||||
Reference in New Issue
Block a user