fix(fase3): mypy-clean single-arg joinpath in reference_domain loader (Step 2 follow-up)
This commit is contained in:
parent
52f6f65b7d
commit
6119e85e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue