We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f1161 commit a0968ccCopy full SHA for a0968cc
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