Skip to content

Commit

Permalink
Bugfix: fixes typo date -> grade_date
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosk committed Aug 14, 2023
1 parent 42ccbb1 commit a9c883b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canvaslms/cli/results.nw
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def summarize_assignment_groups(canvas, args):
If a student hasn't done anything, the grade and date will be [[None]].
There is no point in including this in the result.
<<check if we should skip based on [[grade]]>>=
if grade is None or date is None:
if grade is None or grade_date is None:
continue
@

Expand Down

0 comments on commit a9c883b

Please sign in to comment.