Update diagnostics/os_diagnostics.py

This commit is contained in:
2026-03-24 17:50:10 +00:00
parent 0fcc65deee
commit beeb707843

View File

@@ -931,5 +931,5 @@ class USysTest:
print("Failed tests:") print("Failed tests:")
for key, value in self.failedtests.items(): for key, value in self.failedtests.items():
print(f" {key}: {value}") print(f" {key}: {value}")
diag = OSDiagnostics(hub=PrimeHub(), motorclass=Motor) #diag = OSDiagnostics(hub=PrimeHub(), motorclass=Motor)
diag.testAll() #diag.testAll()