From 7def8618eb00853fb86fb75df839a277055e32fe Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Tue, 1 Jul 2025 13:29:57 +0800 Subject: [PATCH] 'commit' --- dsRag/Test/TestReadPptx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsRag/Test/TestReadPptx.py b/dsRag/Test/TestReadPptx.py index 902c9120..b5b2f8a1 100644 --- a/dsRag/Test/TestReadPptx.py +++ b/dsRag/Test/TestReadPptx.py @@ -30,4 +30,4 @@ with open(target_md, 'r', encoding='utf-8') as file: line = line.replace(" ", "") line = line.replace("\\", "") if line.strip(): - print(f"{i + 1}: {line.strip()}") + print(f"{line.strip()}")