Update diagnostics/os_diagnostics.py
This commit is contained in:
@@ -931,5 +931,5 @@ class USysTest:
|
||||
print("Failed tests:")
|
||||
for key, value in self.failedtests.items():
|
||||
print(f" {key}: {value}")
|
||||
diag = OSDiagnostics(hub=PrimeHub(), motorclass=Motor)
|
||||
diag.testAll()
|
||||
#diag = OSDiagnostics(hub=PrimeHub(), motorclass=Motor)
|
||||
#diag.testAll()
|
||||
Reference in New Issue
Block a user