Merge pull request #969 from koen-vg/log-path-fix

Don't use log path function in IRENA retrieval rule
This commit is contained in:
Fabian Neumann 2024-03-19 08:28:21 +01:00 committed by GitHub
commit 09d5ce2512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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