From fbf6440d2be0838bac0260b5853905d683e66644 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Jun 28 2022 10:53:48 +0000 Subject: Merge pull request #4209 from VladimirSlavik/rhel9-tui-repo-404 TUI software spoke is ready with failing repos, too --- diff --git a/pyanaconda/ui/tui/spokes/software_selection.py b/pyanaconda/ui/tui/spokes/software_selection.py index a86b8f7..176dd0f 100644 --- a/pyanaconda/ui/tui/spokes/software_selection.py +++ b/pyanaconda/ui/tui/spokes/software_selection.py @@ -303,7 +303,7 @@ class SoftwareSpoke(NormalTUISpoke): return not threadMgr.get(THREAD_SOFTWARE_WATCHER) \ and not threadMgr.get(THREAD_PAYLOAD) \ and not threadMgr.get(THREAD_CHECK_SOFTWARE) \ - and self.payload.base_repo is not None + and ((self.payload.base_repo is not None) or self.errors) def apply(self): """Apply the changes."""