We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e829de2 commit 9daf8c3Copy full SHA for 9daf8c3
conditional/blueprints/attendance.py
@@ -80,7 +80,7 @@ def get_non_alumni_non_coop(internal=False):
80
for account in active_members:
81
if account.uid in coop_members:
82
# Members who are on co-op don't need to go to house meeting.
83
- pass
+ continue
84
85
eligible_members.append(
86
{
0 commit comments