commit
0e6d636be7
|
@ -229,7 +229,7 @@ class CppCheckHandler(XmlContentHandler):
|
||||||
'inconclusive': attributes['inconclusive']
|
'inconclusive': attributes['inconclusive']
|
||||||
})
|
})
|
||||||
except KeyError:
|
except KeyError:
|
||||||
self.errors.append({
|
self.errors.append({
|
||||||
'file': '',
|
'file': '',
|
||||||
'line': 0,
|
'line': 0,
|
||||||
'id': attributes['id'],
|
'id': attributes['id'],
|
||||||
|
|
Loading…
Reference in New Issue