summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-04-02 08:06:00 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-04-02 08:06:00 +0000
commitca464e00c4aac8384761b11b15e4770a036b4077 (patch)
treee2c00f9ec037803deb0b0606319ab9afe8b0682a /scripts
parent4b884785f18d25196c337dee8f237e181e279652 (diff)
xml gen error
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/xunit@535 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4af070907069b07eabd0eef8acfb3d6de614bb8c
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