mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
configuration/core: Add missing initialization for classifiers
This commit is contained in:
parent
7313ed5cb5
commit
b103ae34ce
@ -784,6 +784,8 @@ class JobSpec(Configuration):
|
||||
|
||||
def __init__(self):
|
||||
super(JobSpec, self).__init__()
|
||||
if self.classifiers is None:
|
||||
self.classifiers = OrderedDict()
|
||||
self.to_merge = defaultdict(OrderedDict)
|
||||
self._sources = []
|
||||
self.id = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user