Don't use log path function in IRENA retrieval rule

The `logs` function returns a path with a {run} wildcard which is not
present in the output of the retrieval rule. Follows f50ee2f2.
This commit is contained in:
Koen van Greevenbroek 2024-03-18 10:37:08 +01:00
parent f6f18e1868
commit 941de04859

View File

@ -50,7 +50,7 @@ if config["enable"].get("retrieve_irena"):
onwind="data/existing_infrastructure/onwind_capacity_IRENA.csv", onwind="data/existing_infrastructure/onwind_capacity_IRENA.csv",
solar="data/existing_infrastructure/solar_capacity_IRENA.csv", solar="data/existing_infrastructure/solar_capacity_IRENA.csv",
log: log:
logs("retrieve_irena.log"), "logs/retrieve_irena.log",
resources: resources:
mem_mb=1000, mem_mb=1000,
retries: 2 retries: 2