Skip to content

Commit

Permalink
Merge pull request #977 from jhuopensource/hotfix/add-fall2023
Browse files Browse the repository at this point in the history
Parser: add fall 2023
  • Loading branch information
JJamesWWang authored Mar 15, 2023
2 parents b610fd1 + 3f2e779 commit 036b03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/run_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo starting;
cd /code
# TODO: No params does not honor active-only semesters, this is hardcoded for now
python3 manage.py ingest jhu --term Spring --years 2023;
python3 manage.py ingest jhu --term Fall --years 2023;
python3 manage.py digest jhu;

# Run all
Expand Down
2 changes: 1 addition & 1 deletion parsing/schools/jhu/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"2020": ["Fall", "Spring"],
"2021": ["Fall", "Spring"],
"2022": ["Fall", "Spring"],
"2023": ["Spring"]
"2023": ["Fall", "Spring"]
},
"final_exams": {
"2017": ["Spring", "Fall"],
Expand Down

0 comments on commit 036b03e

Please sign in to comment.