Closed colinschoen closed 6 years ago
score_amount could potentially be 0 causing the validator to fail We now explicitly check if score_amount is not None.
score_amount
0
score_amount is not None
Fixes #1277
Signed-off-by: Colin Schoen cschoen@berkeley.edu
Thanks
score_amount
could potentially be0
causing the validator to fail We now explicitly check ifscore_amount is not None
.Fixes #1277
Signed-off-by: Colin Schoen cschoen@berkeley.edu