|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
StaticFiles is a Starlette primitive — its 404 raises starlette.exceptions.HTTPException, NOT fastapi.HTTPException (which subclasses Starlette's). My initial except clause caught the subclass and let the base class propagate, so /scenarios still 404'd. Switch to except StarletteHTTPException so both the parent and any FastAPI subclass are caught. Verified end-to-end via chrome-service in the next deploy. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| ingest | ||
| reporters | ||
| returns | ||
| strategies | ||
| tax | ||
| __init__.py | ||
| __main__.py | ||
| app.py | ||
| db.py | ||
| fx.py | ||
| glide_path.py | ||
| life_events.py | ||
| scenarios.py | ||
| simulator.py | ||