mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 21:51:33 +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):
|
def __init__(self, source=None):
|
||||||
self.filepath = None
|
self.filepath = None
|
||||||
self.config = None
|
self.config = {}
|
||||||
self.global_ = None
|
self.global_ = None
|
||||||
self.sections = []
|
self.sections = []
|
||||||
self.workloads = []
|
self.workloads = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user