Skip to content

Commit

Permalink
Merge pull request #288 from uw-it-aca/task/sws-term-exception
Browse files Browse the repository at this point in the history
sws exeception for old term
  • Loading branch information
mikeseibel authored Apr 9, 2024
2 parents 7bd07f3 + 96797b9 commit a99fbee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coursedashboards/dao/enrollment.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ def get_student_majors_for_regid_and_term(regid, term):
except AttributeError as ex:
logger.info(
"Student_majors: No enrollments for {}: {}".format(regid, ex))
except Exception as ex:
logger.exception("Student_majors: for {}: {}".format(regid, ex))

return []

0 comments on commit a99fbee

Please sign in to comment.