Correct formatting in build_electricity.smk

This commit is contained in:
Koen van Greevenbroek 2024-03-01 15:26:16 +01:00
parent 0c7c0a8585
commit 61d565ec09

View File

@ -428,7 +428,7 @@ rule build_line_rating:
def input_profile_tech(w):
return {
f"profile_{tech}": resources(f"profile{weather_year}_{tech}.nc")
f"profile_{tech}": resources(f"profile{{weather_year}}_{tech}.nc")
for tech in config_provider("electricity", "renewable_carriers")(w)
}