diff --git a/src/gort/overwatcher/alerts.py b/src/gort/overwatcher/alerts.py index 7eb48c2..9afe61a 100644 --- a/src/gort/overwatcher/alerts.py +++ b/src/gort/overwatcher/alerts.py @@ -224,7 +224,6 @@ async def update_status(self) -> AlertsSummary: summary.e_stops = await self.gort.enclosure.e_stops.status() except Exception: self.log.warning("Failed to retrieve e-stop status.") - pass # For connectivity we want to avoid one single failure to trigger an alert # which closes the dome. The connectivity status is a set of triggers that