Fix typo during merge from master
This commit is contained in:
parent
23a5fb811e
commit
3cb5294966
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ for section_key in config:
|
||||||
if section_key not in sections:
|
if section_key not in sections:
|
||||||
raise RuntimeError("config key {} not in sections".format(section_key))
|
raise RuntimeError("config key {} not in sections".format(section_key))
|
||||||
|
|
||||||
if __key == 'target':
|
if section_key == 'target':
|
||||||
for target in section_config:
|
for target in section_config:
|
||||||
configure_section(targets[target], section_config[target])
|
configure_section(targets[target], section_config[target])
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue