[yum-commits] Branch 'yum-3_2_X' - rpmUtils/updates.py

Tim Lauridsen timlau at osuosl.org
Mon Mar 30 09:39:58 UTC 2009


 rpmUtils/updates.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f17257ad1a79c27883b5e43a042a3f6ed55095e
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Mon Mar 30 11:39:48 2009 +0200

    pylint: indentation

diff --git a/rpmUtils/updates.py b/rpmUtils/updates.py
index 5506273..0e697bc 100644
--- a/rpmUtils/updates.py
+++ b/rpmUtils/updates.py
@@ -335,7 +335,7 @@ class Updates:
                             try:
                                 newpkgs[(n, a)].remove((e, v, r))
                             except ValueError:
-                               pass
+                                pass
 
         # get rid of all the empty dict entries:
         for nakey in newpkgs.keys():


More information about the Yum-commits mailing list