Skip to content

Commit 9444aba

Browse files
committed
fix: Quick fix the people file assertion.
We added a new column, long term this should not be so prone to breakage but this should get the bot back online quickly.
1 parent c9722a1 commit 9444aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openedx_webhooks/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def get_people_file():
109109
# Simple assurance that the data is what we expect.
110110
assert people_data_csv.fieldnames == [
111111
"First Name", "Last Name", "Number of Active Ind. CLA Contracts",
112-
"Title", "Account Name", "Number of Active Entity CLA Contracts", "GitHub Username",
112+
"Title", "Account Name", "Number of Active Entity CLA Contracts", "GitHub Username","Is Core Contributor"
113113
]
114114

115115
people = {}

0 commit comments

Comments
 (0)