Skip to content

Commit

Permalink
Merge branch 'config-doc' of https://github.com/joemoorhouse/physrisk
Browse files Browse the repository at this point in the history
…into config-doc
  • Loading branch information
joemoorhouse committed Sep 29, 2024
2 parents ba70567 + 6045ecc commit 44f645f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,13 @@ def vulnerability_onboarding_dir():
Returns:
str: Directory path.
"""
path = Path(__file__).parents[1] / "docs" / "user_guide" / "vulnerability" / "vulnerability_functions"
path = (
Path(__file__).parents[1]
/ "docs"
/ "user_guide"
/ "vulnerability"
/ "vulnerability_functions"
)
return path


Expand Down

0 comments on commit 44f645f

Please sign in to comment.