[Pkg-debile-commits] [debile-slave] 97/100: Forgot get function for Config

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:17 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 440a5ff4365dbd1d1fad7e26f5a07a4a6037e08b
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Jul 29 18:50:33 2013 +0200

    Forgot get function for Config
---
 ethel/daemon.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ethel/daemon.py b/ethel/daemon.py
index e007bd0..a73fcac 100644
--- a/ethel/daemon.py
+++ b/ethel/daemon.py
@@ -112,7 +112,7 @@ def iterate():
                     logging.info("Sending the logs to the pool")
                     remote_path = proxy.get_log_write_location(job['id'])
                     open('ethel-log', 'wb').write(log.encode('utf-8'))
-                    cmd = config('lucy', 'copy').format(src='ethel-log',
+                    cmd = config.get('lucy', 'copy').format(src='ethel-log',
                                                 dest=remote_path)
                     out, err, ret = run_command(cmd)
                     if ret != 0:

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