[Pkg-debile-commits] [debile-slave] 01/01: Python is not C

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Mon Aug 26 14:37:23 UTC 2013


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

leo.cavaille-guest pushed a commit to branch master
in repository debile-slave.

commit 333d93f1796902c718916c19b0909f635a1db64f
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Aug 26 16:36:38 2013 +0200

    Python is not C
---
 debileslave/runners/coccinelle.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debileslave/runners/coccinelle.py b/debileslave/runners/coccinelle.py
index 50a08e5..3955aa9 100644
--- a/debileslave/runners/coccinelle.py
+++ b/debileslave/runners/coccinelle.py
@@ -32,7 +32,7 @@ def coccinelle(dsc, analysis):
             result_count = 0
             for result in parsed_results:
                 analysis.results.append(result)
-                result_count++
+                result_count += 1
 
             log += "DEAL patch %s\n" % semantic_patch
             log += "  %d results\n" % result_count

-- 
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