1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 04:19:03 +00:00

Remove note in log about removing containers (#3263)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
Joakim Sørensen
2021-10-26 00:06:48 +02:00
committed by GitHub
parent f38cde4c68
commit a902b55df7

View File

@@ -46,7 +46,7 @@ class EvaluateContainer(EvaluateBase):
@property
def on_failure(self) -> str:
"""Return a string that is printed when self.evaluate is False."""
return f"Found images: {self._images} which are not supported, remove these from the host!"
return f"Found unsupported images: {self._images}"
@property
def states(self) -> list[CoreState]: