mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-29 22:24:51 +00:00 
			
		
		
		
	create command: make sure "create agenda" can pick up loacal extensions
This commit is contained in:
		| @@ -188,7 +188,8 @@ class CreateAgendaSubcommand(CreateSubcommand): | ||||
|                                  help='Output file. If not specfied, STDOUT will be used instead.') | ||||
|  | ||||
|     def execute(self, args):  # pylint: disable=no-self-use | ||||
|         loader = ExtensionLoader() | ||||
|         loader = ExtensionLoader(packages=settings.extension_packages, | ||||
|                                  paths=settings.extension_paths) | ||||
|         agenda = {'config': OrderedDict(instrumentation=[], result_processors=[]), | ||||
|                   'workloads': []} | ||||
|         device = None | ||||
|   | ||||
		Reference in New Issue
	
	Block a user