Skip to content

Commit

Permalink
perf: ⚡️ Add found options file to the environment variable. (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink authored Jul 22, 2024
2 parents 721784a + aba2690 commit 5f6b7ea
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 @@ -146,6 +146,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 5f6b7ea

Please sign in to comment.