Update default value in retrieve.smk
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
This commit is contained in:
parent
97a5be1e84
commit
c8fcbaad6e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user