mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 19:02:31 +01:00
configuration/core: Add missing initialization for classifiers
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user