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 1caca9a commit b64d932Copy full SHA for b64d932
src/certitude/certitude.py
@@ -11,6 +11,5 @@
11
extension = ".so"
12
13
current_dir = os.path.abspath(os.path.dirname(__file__))
14
-print(os.listdir(current_dir))
15
lib_path = glob.glob(os.path.join(current_dir, "*%s" % extension))
16
lib = ffi.dlopen(lib_path[0])
0 commit comments