From f1eb3d43ea2d21f8ac0a2ca897340f5c37e43507 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Nov 2018 10:13:25 +0100 Subject: [PATCH] Iterate over product arch list --- totest-manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/totest-manager.py b/totest-manager.py index 9ad0f4a9..1a9648bd 100755 --- a/totest-manager.py +++ b/totest-manager.py @@ -739,7 +739,7 @@ class ToTestBaseNew(ToTestBase): for p in self.livecd_products + self.image_products: for arch in p.archs: builds.add(self.iso_build_version(self.project, p.package, - arch=p.arch)) + arch=arch)) ret = (len(builds) == 1) if ret is False: