From 430e875b262b5e14870057004ea9abb4c3a9762d Mon Sep 17 00:00:00 2001 From: johnthagen Date: Sun, 8 Oct 2017 19:36:37 -0400 Subject: [PATCH] Fix variable name reference --- src/bootstrap/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py index 67337bf44214e..0a8e57e622569 100755 --- a/src/bootstrap/configure.py +++ b/src/bootstrap/configure.py @@ -378,7 +378,7 @@ def configure_section(lines, config): for section_key in config: section_config = config[section_key] if not section_key in sections: - raise RuntimeError("config key {} not in sections".format(key)) + raise RuntimeError("config key {} not in sections".format(section_key)) if section_key == 'target': for target in section_config: