From 2bd9a3993b99b0ed50ec6d21af070b10ba1b90e8 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Tue, 6 Jul 2021 18:36:04 +0200 Subject: [PATCH] fix typo --- scripts/prepare_sector_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 315b9980..e90a0e91 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -44,7 +44,7 @@ def emission_sectors_from_opts(opts): ] if "A" in opts: sectors += [ - "agriulture" + "agriculture" ] return sectors