Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
Showing only changes of commit ecd1b1f80b - Show all commits

View File

@ -55,6 +55,7 @@ def formsemestre_load_calendar(
"""Load ics data, return raw ics and decoded calendar. """Load ics data, return raw ics and decoded calendar.
Raises ScoValueError if not configured or not available or invalid format. Raises ScoValueError if not configured or not available or invalid format.
""" """
edt_ids = []
if edt_id is None and formsemestre: if edt_id is None and formsemestre:
edt_ids = formsemestre.get_edt_ids() edt_ids = formsemestre.get_edt_ids()
if not edt_ids: if not edt_ids: