Skip to content

Commit

Permalink
changed default path to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mpecchi committed May 2, 2024
1 parent 3475939 commit 01f7446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gcms_data_analysis/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 01f7446

Please sign in to comment.