From 42c96feca32c39cb81fdb924204861e490c70f24 Mon Sep 17 00:00:00 2001 From: panxiang <1275280643@qq.com> Date: Tue, 24 Feb 2026 11:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BC=98=E5=8C=96=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../htmlReportProcess_picHtml/htmlReportProcess_picHtml_2kV1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlProcess/htmlReportProcess_picHtml/htmlReportProcess_picHtml_2kV1.py b/htmlProcess/htmlReportProcess_picHtml/htmlReportProcess_picHtml_2kV1.py index e16160c..947a94a 100644 --- a/htmlProcess/htmlReportProcess_picHtml/htmlReportProcess_picHtml_2kV1.py +++ b/htmlProcess/htmlReportProcess_picHtml/htmlReportProcess_picHtml_2kV1.py @@ -791,7 +791,7 @@ class MultiFileTestReportScatterPlotter: @staticmethod def _safe_filename(name: str) -> str: """生成安全的文件名""" - safe = "".join(c for c in str(name) if c.isalnum() or c in (" ", "_", "-")).strip() + safe = "".join(c for c in str(name) if c.isalnum() or c in (","," ", "_", "-")).strip() return safe or "Unknown_Test" def _extract_limits(self, df_one_test: pd.DataFrame) -> Tuple[