We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c881e commit a5ed7e2Copy full SHA for a5ed7e2
conditional/util/member.py
@@ -330,7 +330,7 @@ def gatekeep_status(username):
330
)
331
.count()
332
333
- result = eligibility_of_groups and (d_meetings >= 6 and t_seminars >= 2 and h_meetings_missed < 2)
+ result = eligibility_of_groups and (d_meetings >= 6 and t_seminars >= 2 and h_meetings_missed < 2) # pylint: disable=chained-comparison
334
335
return {
336
"result": result,
0 commit comments