[Pkg-debile-commits] [debile-master] 01/02: fix a syntax error

Sylvestre Ledru sylvestre at alioth.debian.org
Thu Sep 12 16:59:40 UTC 2013


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

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

commit a53b025bf8c4fd272d1a3dfe41ec76ffd7fa5405
Author: Sylvestre Ledru <sylvestre.ledru at scilab-enterprises.com>
Date:   Thu Sep 12 18:54:03 2013 +0200

    fix a syntax error
---
 debilemaster/config.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debilemaster/config.py b/debilemaster/config.py
index 1369cdf..83e8fee 100644
--- a/debilemaster/config.py
+++ b/debilemaster/config.py
@@ -42,7 +42,7 @@ class Config(ConfigParser.ConfigParser):
     def __init__(self, location="/etc/debile-master.ini"):
         ConfigParser.ConfigParser.__init__(self)
         self.read(location)
-        self.verify()2
+        self.verify()
 
     def verify(self):
         # db section

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



More information about the Pkg-debile-commits mailing list