Update default value in retrieve.smk

Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
This commit is contained in:
Thomas Gilon 2023-10-11 16:24:52 +02:00 committed by GitHub
parent 97a5be1e84
commit c8fcbaad6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ if config["enable"]["retrieve"] and config["enable"].get("retrieve_databundle",
"../scripts/retrieve_databundle.py"
if config["enable"].get("retrieve_irena", True):
if config["enable"].get("retrieve_irena"):
datafiles = [
"offwind_capacity_IRENA.csv",
"onwind_capacity_IRENA.csv",