From 83e7ec145c8f1c6e38dd7318073ba148521bf9bf Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Thu, 14 Dec 2023 20:37:42 -0800 Subject: [PATCH] Fix typo with missing paren --- canvascli/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/canvascli/main.py b/canvascli/main.py index 31ca98c..345e13d 100644 --- a/canvascli/main.py +++ b/canvascli/main.py @@ -484,6 +484,7 @@ def get_canvas_grades(self): if different_unposted_score.sum() > 0: students_with_unposted_score = self.canvas_grades.query( '@different_unposted_score == True' + ) click.secho('\nWARNING', fg='red', bold=True) click.echo(