Skip to content

Commit

Permalink
update config toml for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjusher committed Jan 20, 2025
1 parent 13b2bd3 commit b2ad0ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/simple_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
import os
from pathlib import Path

print(Path())
print(Path().cwd())
SETTINGS_FILE = Path().parents[1] / "tests" / "config.toml"
# Set the path to the configuration file
SETTINGS_FILE = Path().cwd().parents[3] / "tests" / "config.toml"
os.environ["PYCONCEPTEV_SETTINGS"] = str(SETTINGS_FILE)


Expand Down

0 comments on commit b2ad0ec

Please sign in to comment.