mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 04:00:42 +00:00
The REPO_ROOT path calculation in api_recorder.py needed an extra .parent after the src/ migration. Before: llama_stack/testing/api_recorder.py -> .parent.parent.parent = repo root After src/ migration: src/llama_stack/testing/api_recorder.py -> .parent.parent.parent = src/ This caused the recording system to look for recordings in src/tests/ instead of tests/, resulting in "Recording not found" errors. Fixed by adding one more .parent to reach the actual repo root. |
||
|---|---|---|
| .. | ||
| apis | ||
| cli | ||
| core | ||
| distributions | ||
| models | ||
| providers | ||
| strong_typing | ||
| testing | ||
| ui | ||
| __init__.py | ||
| env.py | ||
| log.py | ||
| schema_utils.py | ||