Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 58351b8

Browse files
committed
Fix: broken when ungraded
1 parent 6749945 commit 58351b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

controllers/assignments.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,8 @@ def chooseAssignment():
980980
status.append("Past Due")
981981
else:
982982
status.append("")
983+
score.append("Not Graded")
984+
ontime.append("")
983985

984986
# Convert the duedate for current assignment to string
985987
duedates.append(date2String(deadline))

0 commit comments

Comments
 (0)