fix(fase3): mypy-clean single-arg joinpath in reference_domain loader (Step 2 follow-up)

This commit is contained in:
Kjell Tore Guttormsen 2026-06-26 12:02:31 +02:00
commit 6119e85e6a

View file

@ -77,7 +77,7 @@ def load_reference_projects() -> tuple[Project, ...]:
)
for c in p["cost_items"]
),
docs_dir=str(files("portfolio_optimiser").joinpath("data", p["docs_dir"])),
docs_dir=str(files("portfolio_optimiser").joinpath(f"data/{p['docs_dir']}")),
verdict_input=p["verdict_input"],
)
for p in raw["projects"]