[Pkg-debile-commits] [debile-slave] 65/100: futzing

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository debile-slave.

commit 70267470e1bf8a18d69e186d5625c5fcc944fd31
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sun Jun 9 00:07:47 2013 -0400

    futzing
---
 ethel/runners/cppcheck.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ethel/runners/cppcheck.py b/ethel/runners/cppcheck.py
index 91f794b..a702900 100644
--- a/ethel/runners/cppcheck.py
+++ b/ethel/runners/cppcheck.py
@@ -11,7 +11,7 @@ def cppcheck(dsc, analysis):
         ])
 
         failed = False
-        for issue in parse_cppcheck(out.splitlines()):
+        for issue in parse_cppcheck(out):
             analysis.results.append(issue)
             if not failed and issue.severity in [
                 'performance', 'portability', 'error', 'warning'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git



More information about the Pkg-debile-commits mailing list