#1947: remove scan from components that cannot be scanned

This commit is contained in:
Czar.Echavez
2023-10-24 10:43:00 +01:00
parent 8b85d5d55b
commit 1e66795aff
4 changed files with 3 additions and 19 deletions

View File

@@ -175,8 +175,6 @@ class Software(SimComponent):
def scan(self) -> None:
"""Update the observed health status to match the actual health status."""
super().scan()
self.health_state_visible = self.health_state_actual