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 caf3d86 commit f2154d8Copy full SHA for f2154d8
1 file changed
gimmemotifs/config.py
@@ -63,7 +63,7 @@ def get_build_dir():
63
"""
64
root_dir = os.path.dirname(__path__[0])
65
v = sys.version_info
66
- glob_dir = os.path.join(root_dir, "build", f"lib*{v[0]}{v[1]}", "gimmemotifs")
+ glob_dir = os.path.join(root_dir, "build", f"lib*{v[0]}*{v[1]}*", "gimmemotifs")
67
results = glob.glob(glob_dir)
68
69
if len(results) == 1:
0 commit comments