diff --git a/script/gs_checkos b/script/gs_checkos index 55ab92d4dd7b0d94fd881825802e2f0521f91d50..038d69503931d05d639f99766f628c3d94c24d17 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