Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
101 stars 70 forks source link

Don't crash on score = None #229

Closed simonlindholm closed 1 year ago

simonlindholm commented 1 year ago

This can occur when graders crash and cause a judge error. It's possible that should return score 0, but fixing it this way also works and matches other code that seems to be okay with Nones.