mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
Merge pull request #424 from setrofim/agenda-fix
AgendaPaser: fix duplicate source error
This commit is contained in:
commit
e884c3bcca
@ -114,7 +114,7 @@ class AgendaParser(object):
|
|||||||
if 'run_name' in entry:
|
if 'run_name' in entry:
|
||||||
state.run_config.set('run_name', entry.pop('run_name'))
|
state.run_config.set('run_name', entry.pop('run_name'))
|
||||||
|
|
||||||
state.load_config(entry, source, wrap_exceptions=False)
|
state.load_config(entry, '{}/{}'.format(source, name), wrap_exceptions=False)
|
||||||
|
|
||||||
def _pop_sections(self, raw):
|
def _pop_sections(self, raw):
|
||||||
sections = raw.pop("sections", [])
|
sections = raw.pop("sections", [])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user