更新细节

pull/996/head
A0000Xz 2025-05-28 18:31:59 +08:00 committed by GitHub
parent bd58fa48ce
commit 4ca3744072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
)