From 1f58959b3115ea1ad3556518a757c1f71e7db1a8 Mon Sep 17 00:00:00 2001 From: chentingting <2393940156@qq.com> Date: Fri, 2 Jun 2023 17:42:50 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=8F=96=E6=B6=88=E6=95=B4=E4=BD=93?= =?UTF-8?q?=E5=AF=B9=E7=A3=81=E7=9B=98=E8=B0=83=E5=BA=A6=E7=9A=84=E6=A3=80?= =?UTF-8?q?=E6=9F=A5"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7a8c191aec73f5febf4224e16a62f7d5806fd71b. --- script/gs_checkos | 4 ---- 1 file changed, 4 deletions(-) diff --git a/script/gs_checkos b/script/gs_checkos index 55ab92d4..038d6950 100644 --- a/script/gs_checkos +++ b/script/gs_checkos @@ -1489,12 +1489,8 @@ def main(): if ("A" in g_opts.item_detail): itemList = CHECK_ITEMNUMLIST - if 'A10' in itemList: - itemList.remove('A10') elif ("B" in g_opts.item_detail): itemList = SET_ITEMNUMLIST - if 'B4' in itemList: - itemList.remove('B4') else: sortList = sorted(g_opts.item_detail) itemList = sortList -- Gitee