Skip to content

Commit

Permalink
Add back change lost in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
foursixnine committed Jan 31, 2024
1 parent 90ef423 commit 1342729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openqabot/types/incidents.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1342729

Please sign in to comment.