Skip to content

Commit

Permalink
Fix typo with missing paren
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Dec 15, 2023
1 parent 332542c commit 83e7ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canvascli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 83e7ec1

Please sign in to comment.