diff --git a/Snakefile b/Snakefile index fdfaf940..3b1ab805 100644 --- a/Snakefile +++ b/Snakefile @@ -135,7 +135,7 @@ rule build_renewable_profiles: corine="data/bundle/corine/g250_clc06_V18_5.tif", natura="resources/natura.tiff", gebco=lambda wildcards: ("data/bundle/GEBCO_2014_2D.nc" - if "max_depth" in config["renewable"][wildcards.technology].keys() + if "max_depth" in config["renewable"][wildcards.technology].keys() else []), country_shapes='resources/country_shapes.geojson', offshore_shapes='resources/offshore_shapes.geojson',