Skip to content

Commit

Permalink
Merge pull request #563 from Nitrokey/fix-module-version-list
Browse files Browse the repository at this point in the history
Remove spsdk from module list for version logging
  • Loading branch information
daringer authored Aug 27, 2024
2 parents 366d69b + d2cb7da commit 2a9bf2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynitrokey/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def nitropy():
"ecdsa",
"fido2",
"pyusb",
"spsdk",
]
for x in pymodules:
logger.info(f"{x} version: {package_version(x)}")
Expand Down

0 comments on commit 2a9bf2d

Please sign in to comment.