Skip to content

Commit

Permalink
Merge pull request #192 from ya0guang/patch-1
Browse files Browse the repository at this point in the history
Enhance comment in `questionnaires/main.py`
  • Loading branch information
Netrvin authored Mar 28, 2024
2 parents e68037c + bedfdb4 commit 66bd1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questionnaires/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def load_colleges():


def load_to_universities(universities: dict, row: list):
# unpack row into different parts, and ignore 7 items in the end.
# unpack row into different parts, and ignore 9 items in the end.
# `anonymous`: `2` means anonymous, and `1` not.
# if `anonymous` is True, `email` is empty.
aid, _, anonymous, email, show_email, name, *answers = row[:-9]
Expand Down

0 comments on commit 66bd1dc

Please sign in to comment.