From 2c5e84b2b31640ee33a8b8e55f5f3e0da43eb787 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Wed, 23 Mar 2016 18:11:48 +0800 Subject: [PATCH] Fixes previous commit --- osclib/checkrepo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osclib/checkrepo.py b/osclib/checkrepo.py index 7e2ce61e..6c01ca62 100644 --- a/osclib/checkrepo.py +++ b/osclib/checkrepo.py @@ -563,8 +563,7 @@ class CheckRepo(object): if len(intel_archs) == 2: # the possible repo candidate ie. complex build repos layout includes i586 and x86_64 more_repo_candidates.append(repo) - else: - continue + continue if len(intel_archs) == 2: repos_to_check.append(repo)