diff --git a/GenReport/pdf.py b/GenReport/pdf.py index 44f04236b6f8465f51d3813ae9cee860e6af775e..935c01ec9f6e3df0a4895f805153ed7d8293ff77 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))