Skip to content

Commit

Permalink
pathify
Browse files Browse the repository at this point in the history
  • Loading branch information
virajkaram committed Dec 23, 2024
1 parent ef1e9eb commit 5bb52f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snipergw/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@

base_output_dir = os.getenv("SNIPERGW_DIR", Path.home().joinpath("Data/snipergw/"))

if isinstance(base_output_dir, str):
base_output_dir = Path(base_output_dir)

gwemopt_dir = Path(__file__).parent.joinpath("gwemopt")

0 comments on commit 5bb52f9

Please sign in to comment.