mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	Agenda: default config to dict
This commit is contained in:
		| @@ -139,7 +139,7 @@ class Agenda(object): | ||||
|  | ||||
|     def __init__(self, source=None): | ||||
|         self.filepath = None | ||||
|         self.config = None | ||||
|         self.config = {} | ||||
|         self.global_ = None | ||||
|         self.sections = [] | ||||
|         self.workloads = [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user