Skip to content

Commit

Permalink
that period wasnt there earlier o.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siebrenf committed Jun 1, 2022
1 parent caf3d86 commit f2154d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gimmemotifs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_build_dir():
"""
root_dir = os.path.dirname(__path__[0])
v = sys.version_info
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")
results = glob.glob(glob_dir)

if len(results) == 1:
Expand Down

0 comments on commit f2154d8

Please sign in to comment.