fix missed renaming of mode to policy

This commit is contained in:
Fabian Neumann 2024-05-13 14:50:38 +02:00
parent 5364e7dfcc
commit 3aaea4699b

View File

@ -24,7 +24,7 @@ run = config["run"]
scenarios = get_scenarios(run)
RDIR = get_rdir(run)
shared_resources = run["shared_resources"]["mode"]
shared_resources = run["shared_resources"]["policy"]
exclude_from_shared = run["shared_resources"]["exclude"]
logs = path_provider("logs/", RDIR, shared_resources, exclude_from_shared)
benchmarks = path_provider("benchmarks/", RDIR, shared_resources, exclude_from_shared)