config: fix typo
Change-Id: Ie90993d9b2d387780fa3faa28fd8d4523f7fc866
This commit is contained in:
parent
7c3f9f7196
commit
1bd243f3d2
@ -133,7 +133,7 @@ def process_file(filename, log):
|
||||
node = NodeCollector()
|
||||
mods = Collector(Mod)
|
||||
ns = {'Node': node.add, 'Mod': mods.add, 'Param': Param,
|
||||
'Prop': 'Param', 'Command': Param, 'Group': Group}
|
||||
'Prop': Param, 'Command': Param, 'Group': Group}
|
||||
|
||||
# pylint: disable=exec-used
|
||||
exec(compile(config_text, filename, 'exec'), ns)
|
||||
|
Loading…
x
Reference in New Issue
Block a user