For this hackathon we included an assumption in the load function. When the student sent a file that violated that assumption, a ValueError was raised, but we should be catching that and raising a ValidationError so that the student sees the message on their screen
ValueError
was raised, but we should be catching that and raising aValidationError
so that the student sees the message on their screen