代码拉取完成,页面将自动刷新
From e43c2095d795ec481fea8050104983a72e995719 Mon Sep 17 00:00:00 2001
From: Liwei Ge <geliwei@openanolis.org>
Date: Mon, 16 Jan 2023 20:56:36 +0800
Subject: [PATCH] anaconda: fix multi variants error
https://bugzilla.openanolis.cn/show_bug.cgi?id=1814
---
pyanaconda/ui/gui/spokes/installation_source.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyanaconda/ui/gui/spokes/installation_source.py b/pyanaconda/ui/gui/spokes/installation_source.py
index 960d422..d571426 100644
--- a/pyanaconda/ui/gui/spokes/installation_source.py
+++ b/pyanaconda/ui/gui/spokes/installation_source.py
@@ -1507,7 +1507,7 @@ class SourceSpoke(NormalSpoke, GUISpokeInputCheckHandler, SourceSwitchHandler):
if repo_item[REPO_OBJ].treeinfo_origin:
removal_repo_list.append(repo_item.path)
- for path in removal_repo_list:
+ for path in reversed(removal_repo_list):
self._remove_repository(path)
def _clear_repo_info(self):
--
2.27.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。