Skip to content

Commit

Permalink
🏫 Add Columbus Learning Center building (#70)
Browse files Browse the repository at this point in the history
Missing building entry was causing a sync failure. This change adds the
missing building "Columbus Learning Center" "CLC".
  • Loading branch information
haydenmc committed Jul 23, 2024
1 parent 9931ab3 commit 140af05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Scraper/MyPurdueScraper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,9 @@ private record SectionListInfo
// "Informatics and Communications Technology Complex" as above
{ "Science & Engineering Lab", "EL" },
{ "Ezkenazi Hall", "HR" }, // Someone at Purdue must have misspelled "Eskenazi"... 🤦

// Purdue Polytechnic Columbus
{ "Columbus Learning Center", "CLC" },
};

public (string buildingName, string buildingShortCode, string room)? ParseLocationDetails(
Expand Down

0 comments on commit 140af05

Please sign in to comment.