更新代码

This commit is contained in:
chentianrui
2025-10-14 16:13:18 +08:00
parent f5f26c5cf8
commit 0a4dedda1c
230 changed files with 7029 additions and 855114 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ def extract_errors_and_warnings(input_log_path, output_error_path, warning_stats
# ============ 使用示例 ============
if __name__ == "__main__":
input_file = "bcl_calculator.log" # 替换为你的日志文件路径
input_file = "data/input/bclresults/bcl_calculator.log" # 替换为你的日志文件路径
output_file = "error_report.txt" # 输出的错误报告文件
warning_stats_file = "warning_statistics.txt" # WARNING统计结果文件
extract_errors_and_warnings(input_file, output_file, warning_stats_file)