diff --git a/drexml/utils.py b/drexml/utils.py index 7ef96b4c..f28eb5e8 100644 --- a/drexml/utils.py +++ b/drexml/utils.py @@ -147,7 +147,7 @@ def get_out_path(disease): The desired path. """ - env_possible = Path(disease) + env_possible = Path(disease).absolute() if env_possible.exists() and (env_possible.suffix == ".env"): print(f"Working with experiment {env_possible.parent.name}")