Skip to content

Commit

Permalink
Re-added readthedocs requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Jul 25, 2018
1 parent ec85545 commit 448c7f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bel/lang/bel_specification.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,13 @@ def update_specifications():
Process all BEL Specifications in YAML into an enhanced JSON version
and capture all BEL versions in a separate file for quick access.
"""

spec_dir = config['bel']['lang']['specifications']
if not os.path.isdir(spec_dir):
os.mkdir(spec_dir)

log.info(f'Updating BEL Specifications - stored in {spec_dir}')

# Collect new specifications from Git repository
if config['bel']['lang']['specification_github_repo']:
github_belspec_files(spec_dir)
Expand Down

0 comments on commit 448c7f0

Please sign in to comment.