Skip to content

Commit f2154d8

Browse files
committed
that period wasnt there earlier o.0
1 parent caf3d86 commit f2154d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gimmemotifs/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_build_dir():
6363
"""
6464
root_dir = os.path.dirname(__path__[0])
6565
v = sys.version_info
66-
glob_dir = os.path.join(root_dir, "build", f"lib*{v[0]}{v[1]}", "gimmemotifs")
66+
glob_dir = os.path.join(root_dir, "build", f"lib*{v[0]}*{v[1]}*", "gimmemotifs")
6767
results = glob.glob(glob_dir)
6868

6969
if len(results) == 1:

0 commit comments

Comments
 (0)