We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650b1b1 commit 430e875Copy full SHA for 430e875
src/bootstrap/configure.py
@@ -378,7 +378,7 @@ def configure_section(lines, config):
378
for section_key in config:
379
section_config = config[section_key]
380
if not section_key in sections:
381
- raise RuntimeError("config key {} not in sections".format(key))
+ raise RuntimeError("config key {} not in sections".format(section_key))
382
383
if section_key == 'target':
384
for target in section_config:
0 commit comments