[Pkg-debile-commits] [debile-slave] 94/100: Stupid...

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:16 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 b36950d12d28c00054bbb492e67e489859f22de1
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Jul 29 11:44:14 2013 +0200

    Stupid...
---
 ethel/client.py |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ethel/client.py b/ethel/client.py
index c6c0d5a..c93e569 100644
--- a/ethel/client.py
+++ b/ethel/client.py
@@ -12,10 +12,10 @@ def get_proxy():
     config = Config()
     proxy = xmlrpclib.ServerProxy(
         "http://{user}:{password}@{host}:{port}/".format(
-            user=config['lucy']['user'],
-            password=config['lucy']['password'],
-            host=config['lucy']['host'],
-            port=config['lucy']['port']
+            user=config.get('lucy', 'user'),
+            password=config.get('lucy', 'password'),
+            host=config.get('lucy', 'host'),
+            port=config.get('lucy', 'port')
         ), allow_none=True)
     return proxy
 

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