Skip to content

Commit

Permalink
Remove unneeded pass
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 10, 2025
1 parent 1f27efe commit 7c2ada2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gort/overwatcher/alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c2ada2

Please sign in to comment.