Kattis / problemtools

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

Fix BuildRun language crashing verifyproblem #234

Closed Tagl closed 9 months ago

Tagl commented 11 months ago

verifyproblem would crash because BuildRun objects do not have language defined. Fixed that and also a NameError when the build script fails, some reference to a variable that is a relic of an older version that wasn't updated when the variable was removed.