From 641227f7358e5ad861c7f7fd753a1655225a97ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Tue, 10 Mar 2020 12:54:11 +0100 Subject: [PATCH] diab --- dev/archery/archery/bot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/archery/archery/bot.py b/dev/archery/archery/bot.py index 276707c51a65b..b7fb67df37e73 100644 --- a/dev/archery/archery/bot.py +++ b/dev/archery/archery/bot.py @@ -105,7 +105,9 @@ def parse_command(self, payload): def handle(self, event, payload): try: command = self.parse_command(payload) - except EventError: + except EventError as e: + print(e) + # TODO(kszucs): log # see the possible reasons in the validate method return