brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

HOTFIX: handle case where excluded fields are nil #440

Closed pconrad closed 3 years ago

pconrad commented 3 years ago

In this PR, we make a HOTFIX to address a bug with CSV commit downloads.

We are getting errors when certain new fields are nil. This PR adds guard code to handle this case.

ahsun-tariq commented 3 years ago

LGTM!