Skip to content

Commit 01f7446

Browse files
author
mpecchi
committed
changed default path to avoid errors
1 parent 3475939 commit 01f7446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gcms_data_analysis/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class Project:
325325
the project (intended as a collection of GCMS files, calibrations, etc)
326326
"""
327327

328-
folder_path = plib.Path.cwd()
328+
folder_path = plib.Path(__file__).parent
329329
in_path = folder_path
330330
out_path = plib.Path(in_path, "output")
331331
shared_path = in_path.parents[0]

0 commit comments

Comments
 (0)