summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cpplint_to_cppcheckxml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cpplint_to_cppcheckxml.py b/scripts/cpplint_to_cppcheckxml.py
index 2447178f..3d90b464 100755
--- a/scripts/cpplint_to_cppcheckxml.py
+++ b/scripts/cpplint_to_cppcheckxml.py
@@ -50,7 +50,7 @@ def parse():
# Add from VR + [
sys.stderr.write(''' <error id="%s" severity="%s" msg="%s"/>\n'''%(label, severity, msg))
sys.stderr.write(''' <location file="%s" line="%s"/>\n'''%(fname, lineno))
- sys.stderr.write(''' </error>\n'''%(fname, lineno))
+ sys.stderr.write(''' </error>\n''')
# -]
# Write footer