Skip to content

Commit

Permalink
fix: windows encoding python bump:patch
Browse files Browse the repository at this point in the history
  • Loading branch information
taprosoft committed Feb 14, 2025
1 parent 952026d commit c51c1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ GOTO :eof
SET THEFLOW_TEMP_PATH=flow_tmp
SET PDFJS_PREBUILT_DIR=%target_pdf_js_dir%
ECHO Starting Kotaemon UI... (prebuilt PDF.js is at %PDFJS_PREBUILT_DIR%)
CALL python "%CD%\app.py" || ( ECHO. && ECHO Will exit now... && GOTO :exit_func_with_error )
CALL python -Xutf8 "%CD%\app.py" || ( ECHO. && ECHO Will exit now... && GOTO :exit_func_with_error )
GOTO :eof

:print_highlight
Expand Down

0 comments on commit c51c1fc

Please sign in to comment.