mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
Agenda: default config to dict
This commit is contained in:
parent
205934d55b
commit
88f57e5251
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user