diff --git a/pynitrokey/cli/nk3/test.py b/pynitrokey/cli/nk3/test.py index c6a10d53..88c5d22a 100644 --- a/pynitrokey/cli/nk3/test.py +++ b/pynitrokey/cli/nk3/test.py @@ -407,8 +407,8 @@ def internal_se050_run( bar.close() result = que.get() + # This means that the device responded with `NotAvailable`, so either it is a version that doesn't support this feature or it was disabled at compile time if result is NotSupported: - # This means that the device responded with `NotAvailable`, so either it is a version that doesn't support this feature or it was disabled at compile time return TestResult( TestStatus.SKIPPED, "Testing SE050 functionality is not supported by the device",