We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f88cb commit e604d96Copy full SHA for e604d96
src/gort/overwatcher/alerts.py
@@ -190,7 +190,7 @@ async def is_safe(self) -> tuple[bool, ActiveAlert]:
190
"""Determines whether it is safe to open."""
191
192
if self.state is None:
193
- self.log.warning("Alerts data not available. is_safe() returns False.")
+ self.log.warning("Alerts data not available.")
194
return False, ActiveAlert.UNKNOWN
195
196
is_safe: bool = True
0 commit comments