Skip to content

Commit

Permalink
Evaluation list: Modify run_parser to digest evaluations automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen324 committed Dec 21, 2023
1 parent e648574 commit c984728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/run_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cd /code
# TODO: No params does not honor active-only semesters, this is hardcoded for now
python3 manage.py ingest jhu --term Spring --years 2024;
python3 manage.py digest jhu;
python3 manage.py digest jhu --types evals;

# Run all
#/usr/bin/python manage.py ingest jhu
Expand Down

0 comments on commit c984728

Please sign in to comment.