[Pkg-debile-commits] [debile-slave] 86/100: OOPS, added forgotten return

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:15 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 70a62e0ed09e54fa6717bfa0322f80340d615a49
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Jul 22 15:48:39 2013 +0200

    OOPS, added forgotten return
---
 ethel/commands/clanganalyzer.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ethel/commands/clanganalyzer.py b/ethel/commands/clanganalyzer.py
index 36ec376..82f0596 100644
--- a/ethel/commands/clanganalyzer.py
+++ b/ethel/commands/clanganalyzer.py
@@ -10,4 +10,4 @@ def run(dsc, package, job, firehose):
     return clanganalyzer(dsc, suite, arch, firehose)
 
 def get_version():
-    version()
+    return version()

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