Skip to content

Commit 3cb5294

Browse files
authored
Fix typo during merge from master
1 parent 23a5fb8 commit 3cb5294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def configure_section(lines, config):
394394
if section_key not in sections:
395395
raise RuntimeError("config key {} not in sections".format(section_key))
396396

397-
if __key == 'target':
397+
if section_key == 'target':
398398
for target in section_config:
399399
configure_section(targets[target], section_config[target])
400400
else:

0 commit comments

Comments
 (0)