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

Tim Lauridsen timlau at osuosl.org
Mon Mar 30 09:35:51 UTC 2009


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

New commits:
commit fd98840e68f32b06b357f0e0eb57babb48e15637
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Mon Mar 30 11:35:43 2009 +0200

    pylint: indentation

diff --git a/rpmUtils/arch.py b/rpmUtils/arch.py
index e3a036e..e88cbde 100644
--- a/rpmUtils/arch.py
+++ b/rpmUtils/arch.py
@@ -163,7 +163,7 @@ def getBestArchFromList(archlist, myarch=None):
         val1 = archDifference(myarch, thisarch)
         val2 = archDifference(myarch, arch)
         if val1 == 0 and val2 == 0:
-           continue
+            continue
         if val1 < val2:
             if val1 == 0:
                 thisarch = arch                


More information about the Yum-commits mailing list