Adapted biomass_to_liquid toggle reference

This commit is contained in:
Markus Millinger 2022-08-01 13:13:18 +02:00 committed by GitHub
parent 2d06d207be
commit 4bff921cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1861,7 +1861,7 @@ def add_biomass(n, costs):
)
#Solid biomass to liquid fuel
if options["biomass"]["biomass_to_liquid"]
if options["biomass_to_liquid"]
n.madd("Link",
spatial.biomass.nodes + " biomass to liquid",
bus0=spatial.biomass.nodes,