We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0171a65 commit 0ece9b2Copy full SHA for 0ece9b2
1 file changed
conditional/blueprints/intro_evals.py
@@ -76,7 +76,7 @@ def get_intro_members_without_accounts():
76
if not row[0] in freshman_ts_attendance_dict:
77
freshman_ts_attendance_dict[row[0]] = []
78
79
- freshman_ts_attendance_dict[row[0]].append(row[1])
+ freshman_ts_attendance_dict[row[0]].append(row[1])
80
81
# freshmen who don't have accounts
82
freshman_accounts = list(FreshmanAccount.query.filter(
0 commit comments