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 d06c6e7 commit c210589Copy full SHA for c210589
conditional/util/member.py
@@ -104,7 +104,6 @@ def get_freshman_data(user_name):
104
freshman['hm_missed'] = len([h for h in h_meetings if h[1] == "Absent"])
105
freshman['social_events'] = freshman_data.social_events
106
freshman['general_comments'] = freshman_data.other_notes
107
- freshman['fresh_proj'] = freshman_data.freshman_project
108
freshman['sig_missed'] = freshman_data.signatures_missed
109
freshman['eval_date'] = freshman_data.eval_date
110
return freshman
0 commit comments