Skip to content

Commit

Permalink
Merge branch 'main' into optional_dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink authored Jul 22, 2024
2 parents e0cae67 + 5f6b7ea commit 8ca78c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dacapo/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def config_file(cls) -> Optional[Path]:
]
for path in options_files:
if path.exists():
os.environ["OPTIONS_FILE"] = str(path)
return path
return None

Expand Down

0 comments on commit 8ca78c4

Please sign in to comment.