[Pkg-debile-commits] [debile-master] 20/28: Fix typo

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Wed Aug 21 13:36:52 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-master.

commit a109c2d76953dbfddfff32f3d15b942bfba9aeab
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Aug 17 14:27:10 2013 +0200

    Fix typo
---
 lucy/server.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucy/server.py b/lucy/server.py
index f03cb4d..8a02f77 100644
--- a/lucy/server.py
+++ b/lucy/server.py
@@ -231,7 +231,7 @@ class LucyInterface(object):
         if len(dscpath) != 1:
             raise Exception("Bad code is bad")
 
-        dscpath = debpath[0]
+        dscpath = dscpath[0]
         dscpath.replace(pool_path, pool_url)
         return dscpath
 

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