Skip to content

Commit

Permalink
file test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjusher committed Jan 20, 2025
1 parent b2ad0ec commit d24b78a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/simple_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
from pathlib import Path

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


Expand Down

0 comments on commit d24b78a

Please sign in to comment.