Skip to content

Commit

Permalink
Apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Oct 24, 2024
1 parent f8f044e commit b7fc6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pynitrokey/cli/nk3/pcsc_absent.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PCSC_ABSENT = "pyscard is not available, please consult https://docs.nitrokey.com/nitrokey3/linux/troubleshooting#pcsc-unavailable for more information"
PCSC_ABSENT = "This command requires the pyscard library that is not available on your system. Please consult https://docs.nitrokey.com/nitrokey3/linux/troubleshooting#pyscard-is-not-available for more information"
2 changes: 1 addition & 1 deletion pynitrokey/cli/nk3/piv.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,4 +744,4 @@ def read_certificate(format: str, key: str, path: str) -> None:
@click.argument("args", nargs=-1, type=click.UNPROCESSED)
def piv(args: list[str]) -> None:
"""Nitrokey PIV App"""
local_critical(PCSC_ABSENT)
local_critical(PCSC_ABSENT, support_hint=False)

0 comments on commit b7fc6e6

Please sign in to comment.