#1947: added ability for files and folders to be scanned, corrupted and repaired

This commit is contained in:
Czar.Echavez
2023-10-10 15:14:47 +01:00
parent a1b4d3d5e0
commit 060bbf0506
6 changed files with 227 additions and 35 deletions

View File

@@ -173,6 +173,8 @@ 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