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

Commit 891d1d7

Browse files
committed
Fix: points should not be None
1 parent a0772ce commit 891d1d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/server/componentdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def addAssignmentToDB(
575575
name=None,
576576
course_name=None,
577577
deadline=None,
578-
points=None,
578+
points=0,
579579
is_timed="F",
580580
visible="F",
581581
time_limit=None,

0 commit comments

Comments
 (0)