Skip to content

Commit

Permalink
Update pystow version
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 3, 2021
1 parent f2c015c commit bd2f2bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install_requires =
pybel>=0.15.0<0.16.0
bel_resources>=0.0.3
pyobo>=0.2.2
pystow
pystow>=0.2.1

# Random options
zip_safe = false
Expand Down
2 changes: 1 addition & 1 deletion src/bio2bel/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_data_dir(module_name: str) -> str:
:param module_name: The name of the module. Ex: 'chembl'
:return: The module's data directory
"""
return BIO2BEL_MODULE.get(module_name.lower())
return BIO2BEL_MODULE.join(module_name.lower())


def prefix_directory_join(prefix: str, *parts: str) -> str:
Expand Down

0 comments on commit bd2f2bd

Please sign in to comment.