Empty results for new extract run

This commit is contained in:
Carsten Grohmann 2019-11-13 20:52:12 +01:00
parent 138022beae
commit b0abc7f3c0

View File

@ -436,6 +436,8 @@ class OOMAnalyser(object):
def _extract_from_oom_text(self):
"""Extract details from OOM message text"""
self.results = {}
for rec in [self.REC_INVOKED_OOMKILLER,
self.REC_KILLED,
self.REC_MEMINFO_1,