RocHack / bb

Command line Blackboard client
MIT License
72 stars 8 forks source link

get_courses can't handle courses without " - TERM" #20

Open joeljk13 opened 9 years ago

joeljk13 commented 9 years ago

My LIN 110 course has the format "LIN110: TITLE" within the , whereas get_courses can only handle the format "TITLE - TERM". Since the sed command in get_courses requires " - " to be present, the LIN 110 course gets ignored. I only have 1 course like this, but I'm not sure how many courses exist that have this unusual format.