[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51

Andreas Beckmann anbe at debian.org
Wed May 15 10:09:53 UTC 2013


The following commit has been merged in the master branch:
commit dcbc09da4bc6c430bd13634e961ebe4e79bb7b81
Author: Andreas Beckmann <anbe at debian.org>
Date:   Wed Apr 17 01:16:36 2013 +0200

    p: fix perlism
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/piupartslib/conf.py b/piupartslib/conf.py
index 9ad497b..c36a6e1 100644
--- a/piupartslib/conf.py
+++ b/piupartslib/conf.py
@@ -180,7 +180,7 @@ class DistroConfig(UserDict.UserDict):
         lines = []
         for d in self._expand_depends(distro):
             if not self[d]["uri"] is None and self[d]["uri"] == "None":
-                next  # skip virtual section
+                continue  # skip virtual section
             for c in components:
                 if self[d]["components"] is None or c in self[d]["components"].split():
                     lines.append("deb %s %s %s" % (

-- 
piuparts git repository



More information about the Piuparts-commits mailing list