From 4ca37440720ad2b9100555d4ae118b4421224f03 Mon Sep 17 00:00:00 2001 From: A0000Xz <122650088+A0000Xz@users.noreply.github.com> Date: Wed, 28 May 2025 18:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mongodb_to_sqlite .bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb_to_sqlite .bat b/mongodb_to_sqlite .bat index bc4c5855c..5c029e44e 100644 --- a/mongodb_to_sqlite .bat +++ b/mongodb_to_sqlite .bat @@ -63,7 +63,7 @@ REM --- 后续脚本执行 --- REM 运行预处理脚本 python "%~dp0scripts\mongodb_to_sqlite.py" if %ERRORLEVEL% neq 0 ( - echo Error: raw_data_preprocessor.py execution failed. + echo Error: mongodb_to_sqlite.py execution failed. pause exit /b 1 )