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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]: