generate_participant_list.py currently expects a two-column file in the same format accepted by notify_participants.py (I originally designed it this way for convenience). generate_participant_list.py should be updated to handle files with at least one column.
The reason is that due to IRB, we want to limit the scripts that require participants' email addresses just to notify_participants.py. Generating an HTML list of participants shouldn't require the email addresses.
generate_participant_list.py
currently expects a two-column file in the same format accepted bynotify_participants.py
(I originally designed it this way for convenience).generate_participant_list.py
should be updated to handle files with at least one column.The reason is that due to IRB, we want to limit the scripts that require participants' email addresses just to
notify_participants.py
. Generating an HTML list of participants shouldn't require the email addresses.