diff --git a/htmlreport/cppcheck-htmlreport b/htmlreport/cppcheck-htmlreport index 87e729853..fef059d0f 100755 --- a/htmlreport/cppcheck-htmlreport +++ b/htmlreport/cppcheck-htmlreport @@ -229,7 +229,7 @@ class CppCheckHandler(XmlContentHandler): 'inconclusive': attributes['inconclusive'] }) except KeyError: - self.errors.append({ + self.errors.append({ 'file': '', 'line': 0, 'id': attributes['id'],