Remove redundant word
Remove the redundant word 'the' in config.py Change-Id: I3e9cb6390ce196f0a9022aef10f6c7b1ace36c48
This commit is contained in:
parent
e210f79500
commit
c809160906
@ -74,7 +74,7 @@ def recurse_config(config, parent_base=None):
|
|||||||
else:
|
else:
|
||||||
this['name'] = values['name']
|
this['name'] = values['name']
|
||||||
|
|
||||||
# Go through the the values dictionary. Either this is a "plugin"
|
# Go through the values dictionary. Either this is a "plugin"
|
||||||
# key that needs to be recursed, or it is a value that is part of
|
# key that needs to be recursed, or it is a value that is part of
|
||||||
# this config entry.
|
# this config entry.
|
||||||
for nk, nv in values.items():
|
for nk, nv in values.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user