1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 18:21:14 +00:00

Agenda: default config to dict

This commit is contained in:
Sergei Trofimov 2015-08-21 08:34:49 +01:00
parent 205934d55b
commit 88f57e5251

View File

@ -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 = []