This commit is contained in:
Fabian Neumann 2021-07-06 18:36:04 +02:00
parent 67ee6cb86e
commit 2bd9a3993b

View File

@ -44,7 +44,7 @@ def emission_sectors_from_opts(opts):
]
if "A" in opts:
sectors += [
"agriulture"
"agriculture"
]
return sectors