Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2024
1 parent 8dbeebc commit fb0e85a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ COSTDIR = config["costs_dir"]
load_data_paths = get_load_paths_gegis("data", config)

if config["enable"].get("retrieve_cost_data", True):
COSTS = "resources/" + RDIR + "costs_{year}.csv".format(year=config['costs']['year'])
COSTS = (
"resources/" + RDIR + "costs_{year}.csv".format(year=config["costs"]["year"])
)
else:
COSTS = "data/costs.csv"
ATLITE_NPROCESSES = config["atlite"].get("nprocesses", 4)
Expand Down

0 comments on commit fb0e85a

Please sign in to comment.