Closed Deedasmi closed 7 years ago
IS -> IS (Information Systems) MBA ->
MBA should just show MBA unless it exists in your correction lookup table. Currently displays nothing.
Can I/should I do something like this?
if student.major.tolower() == 'unknown': return ''
I don't like seeing so many "Unknown"s is all, and that's where this bug came from.
Yeah, works for me.
IS -> IS (Information Systems) MBA ->
MBA should just show MBA unless it exists in your correction lookup table. Currently displays nothing.