diff --git a/Snakefile b/Snakefile index 4374ce048..a21f43281 100644 --- a/Snakefile +++ b/Snakefile @@ -51,8 +51,8 @@ run = config.get("run", {}) RDIR = run["name"] + "/" if run.get("name") else "" CDIR = RDIR if not run.get("shared_cutouts") else "" SECDIR = run["sector_name"] + "/" if run.get("sector_name") else "" -SDIR = config["summary_dir"].strip("/") + f"/{RDIR}{SECDIR}" -RESDIR = config["results_dir"].strip("/") + f"/{RDIR}{SECDIR}" +SDIR = config["summary_dir"].strip("/") + f"/{SECDIR}" +RESDIR = config["results_dir"].strip("/") + f"/{SECDIR}" COSTDIR = config["costs_dir"] load_data_paths = get_load_paths_gegis("data", config)