Skip to content

Commit

Permalink
src/constants.py: Shorten Fall 2024 semester due to RobotX
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Nov 30, 2024
1 parent a29fd9f commit 283679a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
(datetime.date(2024, 1, 8), datetime.date(2024, 4, 28)),
(datetime.date(2024, 5, 20), datetime.date(2024, 8, 4)),
# vv Real start date is 8/22, but it is 9/2 for the first report week
(datetime.date(2024, 9, 2), datetime.date(2024, 12, 4)),
# vv Real end date is 12/4, but is 11/24 b/c of RobotX
(datetime.date(2024, 9, 2), datetime.date(2024, 11, 24)),
]
SCHWARTZ_EMAIL = "[email protected]"

Expand Down

0 comments on commit 283679a

Please sign in to comment.