Skip to content

Commit

Permalink
config silence old warning about curie_map not existing
Browse files Browse the repository at this point in the history
it is packaged now so it should be less of an issue
  • Loading branch information
tgbugs committed Feb 19, 2020
1 parent 9580ba0 commit b64752e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyontutils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
if working_dir is None:
# we are not in git, we are probably testing or installed by a user
default_curies = pyontutils_config_path / 'curie_map.yaml'
if not default_curies.exists():
log.warning(f'No curies found at {default_curies!r}')
#if not default_curies.exists():
#log.warning(f'No curies found at {default_curies!r}')
# hardcoding the default api here to avoid importing the scigraph client
default_scigraph_api = 'https://scicrunch.org/api/1/scigraph'
else:
Expand Down

0 comments on commit b64752e

Please sign in to comment.