From 13427294125c88bdb1b578f26c55c5c51576d84c Mon Sep 17 00:00:00 2001 From: Santiago Zarate Date: Wed, 31 Jan 2024 14:52:09 +0100 Subject: [PATCH] Add back change lost in rebase --- openqabot/types/incidents.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openqabot/types/incidents.py b/openqabot/types/incidents.py index 3d287e6..348638c 100644 --- a/openqabot/types/incidents.py +++ b/openqabot/types/incidents.py @@ -54,6 +54,7 @@ def _is_scheduled_job( f"{QEM_DASHBOARD}api/incident_settings/{inc.id}", headers=token, ).json() + # pylint: disable=broad-except except Exception as e: log.exception(e)