From 01f744622580a35c2cf40ddfe2aa604820d8b8f2 Mon Sep 17 00:00:00 2001 From: mpecchi Date: Thu, 2 May 2024 14:33:02 -0400 Subject: [PATCH] changed default path to avoid errors --- src/gcms_data_analysis/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gcms_data_analysis/main.py b/src/gcms_data_analysis/main.py index 7d3177f..3980774 100644 --- a/src/gcms_data_analysis/main.py +++ b/src/gcms_data_analysis/main.py @@ -325,7 +325,7 @@ class Project: the project (intended as a collection of GCMS files, calibrations, etc) """ - folder_path = plib.Path.cwd() + folder_path = plib.Path(__file__).parent in_path = folder_path out_path = plib.Path(in_path, "output") shared_path = in_path.parents[0]