fix: simple

This commit is contained in:
2026-08-23 23:04:44 +07:00
parent 224a695ac3
commit 09c51f26b5
7 changed files with 5 additions and 3 deletions
+5 -1
View File
@@ -8,7 +8,11 @@ echo ========================================
echo.
call conda activate photo_judgers
if errorlevel 1 (
echo Failed to activate conda environment!
pause
exit /b 1
)
echo Running scorer...
echo.