Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 10:42 AM
can you try with relative path?
like you get your current path within test_script.py with command like:
cur_path = os.getcwd()
then get the path to config.yaml with a relative path like:
config_path = os.path.abspath(os.path.join(cur_path, f"../config/config.yaml"))