From 56cf98624d6e0f00814813242274270ff983c1a3 Mon Sep 17 00:00:00 2001 From: zhangzc Date: Fri, 10 Dec 2021 17:01:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96it=E5=86=B7=E7=9F=A5=E8=AF=86?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- it_knowledge_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/it_knowledge_helper.py b/it_knowledge_helper.py index cf50261d8..318eb1af6 100644 --- a/it_knowledge_helper.py +++ b/it_knowledge_helper.py @@ -219,6 +219,7 @@ def update_it_konwledge(): choice_list_res.append(tem) answer = re.findall(r'## 答案\n(.*)', data, re.S)[0] answer = answer.strip() + print(file) assert answer in choice_list_res question_id = file_name choice_list_remove = [] -- GitLab