ucrcsedept / galah

An automated grading system geared towards processing computer programming assignments.
Apache License 2.0
42 stars 8 forks source link

get_gradebook puts "None" in slot for test harness crash #381

Closed atkoehler closed 10 years ago

atkoehler commented 10 years ago

When the last submission for the user crashes the test harness a None is put in place for that person's grade. I believe it should be using the "fill" that is specified for this case or the default fill of zero if unspecified.

It did download the gradebook though ;)

itsjohncs commented 10 years ago

I believe I fixed this, but I'm not sure how to reproduce so I'll let you close this issue once you confirm @atkoehler. You can see what I think was causing it in the commit above.

atkoehler commented 10 years ago

This has been verified as fixed. I downloaded the cs010_13fal gradebook which I had to run find and replace on when using this past quarter and all the "None" items are gone.