mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	Merge pull request #424 from setrofim/agenda-fix
AgendaPaser: fix duplicate source error
This commit is contained in:
		| @@ -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", []) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user