Skip to content

Commit a08867b

Browse files
authored
Merge pull request #1019 from uw-it-aca/develop
Develop
2 parents ed1c819 + 0f68249 commit a08867b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sis_provisioner/dao/term.py

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ def term_name(section):
5555

5656

5757
def course_end_date(section, account_id):
58+
if term_sis_id(section) == '2025-winter': # Future terms only
59+
return None
60+
5861
for acct, days in getattr(
5962
settings, 'EXTENDED_COURSE_END_DATE_SUBACCOUNTS', {}).items():
6063
if account_id.startswith(acct):

0 commit comments

Comments
 (0)