From aaa64d5ee0394b7b4f969fa369843299797c0064 Mon Sep 17 00:00:00 2001 From: hexin Date: Fri, 3 Mar 2023 15:05:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=BB=93=E8=AE=BA=E4=B8=AD=E7=9A=84=E6=9E=B6=E6=9E=84=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GenReport/pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GenReport/pdf.py b/GenReport/pdf.py index 44f0423..935c01e 100755 --- a/GenReport/pdf.py +++ b/GenReport/pdf.py @@ -674,7 +674,7 @@ def make_pdf_conclusion(content): json_data["送测单位"], json_data["测试对象"]["系统名称"], json_data["测试对象"]["版本"], - json_data["环境配置"]["CPU指令集"][0], + json_data["环境配置"]["CPU指令集"], g_isConform) content.append(PdfMaker.draw_text(text, 12)) -- Gitee