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 268e41a commit 311c40dCopy full SHA for 311c40d
pkcs11/__init__.py
@@ -23,7 +23,7 @@ def lib(so):
23
if _lib:
24
if _so != so:
25
raise AlreadyInitialized( # noqa: F405
26
- "Already initialized with %s" % so
+ "Already initialized with %s" % _so
27
)
28
else:
29
return _lib
0 commit comments