Skip to content

Commit

Permalink
fixing type
Browse files Browse the repository at this point in the history
  • Loading branch information
kleberyuji committed Nov 13, 2023
1 parent b93eba7 commit fdccb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validations_engine/validations_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def handle_errors(self) -> None:
send_status = GchatHelper.send_messages(self.error_messages)

if not send_status or any(
channel is None for _, channel in self.error_messages
error.destination is None for error in self.error_messages
):
raise AssertionError(
"One or more validations failed! (Please, check the logs)"
Expand Down

0 comments on commit fdccb8b

Please sign in to comment.