From fd24f17e05832d4154531b0d83befee5dcaa13c0 Mon Sep 17 00:00:00 2001 From: mamingyi <80972090@qq.com> Date: Sat, 11 Oct 2025 18:46:59 +0800 Subject: [PATCH] 321 --- src/file_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file_parser.py b/src/file_parser.py index fc44729..4e74c8c 100644 --- a/src/file_parser.py +++ b/src/file_parser.py @@ -5,7 +5,7 @@ class FileParser: @staticmethod def parse_file(file_path: str) -> str: - # 验证文件路径 + # 验证文件路径123 if not FileParser.validate_file_path(file_path): raise ValueError(f"Invalid file path: {file_path}")