Skip to content

Commit

Permalink
Improve logging wikipathways
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mubeen committed Oct 8, 2018
1 parent 8721836 commit 79ae0d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pathme/wikipathways/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ def get_wikipathways_files(path, connection=None, only_canonical=True):
}

if not wikipathways_identifiers:
log.warning('Your WikiPathays Bio2BEL Database is empty!')
log.warning(
'Your WikiPathays Bio2BEL Database is empty! '
'(please run: python3 -m bio2bel_wikipathways populate)'
)

resource_files = [
file
Expand Down

0 comments on commit 79ae0d0

Please sign in to comment.