We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc8113 commit 9581d34Copy full SHA for 9581d34
install_attestation_cert.py
@@ -100,7 +100,7 @@
100
sys.stderr.write("Found multiple PC/SC devices!\n")
101
sys.exit(1)
102
if len(devices) == 0:
103
- sys.stderr.write("Could not find any FIDO PC/SC devices!\n")
+ sys.stderr.write("Could not find any usable FIDO PC/SC devices! Make sure your user account can read/write to pcscd...\n")
104
105
device = devices[0]
106
0 commit comments