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()}")