Skip to content

Commit cea9f81

Browse files
committed
Lateness: Remove handling of missing score
1 parent 06629ac commit cea9f81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bsag/steps/gradescope/lateness.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,5 @@ def run(cls, bsagio: BSAGIO, config: LatenessConfig) -> bool:
7777
bsagio.both.info(f"Scores of 0 do not have lateness applied.")
7878
else:
7979
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
8280

8381
return False

0 commit comments

Comments
 (0)