Skip to content
Snippets Groups Projects
Commit c06cc1b6 authored by Hague Matthew UXAC009's avatar Hague Matthew UXAC009
Browse files

add(timetable): add new room column name to timetable-ics

parent b7a80198
Branches
No related tags found
No related merge requests found
......@@ -124,8 +124,10 @@ for ttfile in timetable_files:
location = ""
if "PROVISIONAL Location Name" in row:
location = row["PROVISIONAL Location Name"]
if "Required Location Names" in row:
location = row["Required Location Names"]
if "Required Location Name" in row:
location = row["PROVISIONAL Location Name"]
location = row["Required Location Name"]
if day is None:
print("Could not find timetabled day column, aborting")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment