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 652a56c commit f106845Copy full SHA for f106845
conditional/blueprints/intro_evals.py
@@ -41,6 +41,10 @@ def get_cm_count(member_id):
41
uid = member_uid[0].decode('utf-8')
42
freshman_data = FreshmanEvalData.query.filter(
43
FreshmanEvalData.uid == uid).first()
44
+
45
+ if freshman_data is None:
46
+ continue
47
48
# Add continue for if freshman_data.status != Pending
49
h_meetings = [m.meeting_id for m in
50
MemberHouseMeetingAttendance.query.filter(
0 commit comments