Skip to content

Commit

Permalink
Move comment to please CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Sep 28, 2023
1 parent 8908094 commit 597748b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynitrokey/cli/nk3/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 597748b

Please sign in to comment.