Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Sep 1, 2023
1 parent dfd6fac commit 65646b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton/core/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def matches_filters(self, filters: List[Dict[str, Any]]) -> bool:
matched.append(match != negated)

# set the flag if all consumer filter fields match the task header.
# It wil be set to True only if at least one filter matches the header
# It will be set to True only if at least one filter matches the header
matches |= all(m for m in matched)

return matches
Expand Down

0 comments on commit 65646b1

Please sign in to comment.