Skip to content

Commit

Permalink
Ignore DWCOURSENUMBER
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue88 committed Nov 10, 2023
1 parent 8e5a78f commit 2533d0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/degree/utils/parse_degreeworks.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ def parse_coursearray(courseArray) -> Q:
case "DWGRADE":
print("WARNING: ignoring DWGRADE")
sub_q = Q()
case "DWCOURSENUMBER":
print("WARNING: ignoring DWCOURSENUMBER")
sub_q = Q()
case _:
raise LookupError(f"Unknown filter type in withArray: {filter['code']}")
match filter[
Expand Down

0 comments on commit 2533d0b

Please sign in to comment.