We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06629ac commit cea9f81Copy full SHA for cea9f81
bsag/steps/gradescope/lateness.py
@@ -77,7 +77,5 @@ def run(cls, bsagio: BSAGIO, config: LatenessConfig) -> bool:
77
bsagio.both.info(f"Scores of 0 do not have lateness applied.")
78
else:
79
bsagio.private.error("Cannot apply a lateness penalty without an overall score.")
80
- bsagio.private.warning(f"Using minimum score {config.min_lateness_score}")
81
- res.score = config.min_lateness_score
82
83
return False
0 commit comments