From d1d5510c0e0d3d36bd51c681a600246819475108 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Thu, 10 Jul 2025 13:42:38 +0800 Subject: [PATCH] 'commit' --- dsLightRag/ShiTi/T3_DocxToMd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsLightRag/ShiTi/T3_DocxToMd.py b/dsLightRag/ShiTi/T3_DocxToMd.py index 0c18290c..3ced3c22 100644 --- a/dsLightRag/ShiTi/T3_DocxToMd.py +++ b/dsLightRag/ShiTi/T3_DocxToMd.py @@ -96,7 +96,7 @@ async def main(): shutil.rmtree(output_dir + r'/images') shutil.copytree(path + r'/images', output_dir + r'/images') # 删除path目录下 - shutil.rmtree(path) + #shutil.rmtree(path) if __name__ == "__main__":