更新细节

This commit is contained in:
A0000Xz
2025-05-28 18:31:59 +08:00
committed by GitHub
parent bd58fa48ce
commit 4ca3744072

View File

@@ -63,7 +63,7 @@ REM --- 后续脚本执行 ---
REM 运行预处理脚本 REM 运行预处理脚本
python "%~dp0scripts\mongodb_to_sqlite.py" python "%~dp0scripts\mongodb_to_sqlite.py"
if %ERRORLEVEL% neq 0 ( if %ERRORLEVEL% neq 0 (
echo Error: raw_data_preprocessor.py execution failed. echo Error: mongodb_to_sqlite.py execution failed.
pause pause
exit /b 1 exit /b 1
) )