Skip to content

Commit

Permalink
!!! fixup: one more comment for discussion during review
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Nov 25, 2024
1 parent a95700d commit 3fa459b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packit_service/worker/events/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ def pre_check(self) -> bool:
Returns:
`False` when we can ignore the event, `True` otherwise (for handling).
"""
# [XXX] Is `True` as a default here a good idea?
return True

@abstractmethod
Expand Down

0 comments on commit 3fa459b

Please sign in to comment.