Skip to content

Commit

Permalink
updated run_parser.sh again
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Oct 21, 2024
1 parent 88cae80 commit 2524cea
Showing 1 changed file with 1 addition and 1 deletion.
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 Fall --years 2025;
python3 manage.py ingest jhu --term Spring --years 2025;
python3 manage.py digest jhu;
python3 manage.py digest jhu --types evals;

Expand Down

0 comments on commit 2524cea

Please sign in to comment.