Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DailyDreaming authored Jan 25, 2018
1 parent 5f55a81 commit 1927eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def fetch_parent_dir(filepath, n=1):
wdPath_version = fetch_parent_dir(__file__, 2)
# Expected output: 3.13.0

assert envPath in wdPath_version, \
assert wdPath_version in envPath, \
"Another Toil installation seems to have precedence over this working directory."
toilVersion = toil.version.baseVersion

Expand Down

0 comments on commit 1927eb8

Please sign in to comment.