Skip to content

Commit c51c1fc

Browse files
committed
fix: windows encoding python bump:patch
1 parent 952026d commit c51c1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ GOTO :eof
275275
SET THEFLOW_TEMP_PATH=flow_tmp
276276
SET PDFJS_PREBUILT_DIR=%target_pdf_js_dir%
277277
ECHO Starting Kotaemon UI... (prebuilt PDF.js is at %PDFJS_PREBUILT_DIR%)
278-
CALL python "%CD%\app.py" || ( ECHO. && ECHO Will exit now... && GOTO :exit_func_with_error )
278+
CALL python -Xutf8 "%CD%\app.py" || ( ECHO. && ECHO Will exit now... && GOTO :exit_func_with_error )
279279
GOTO :eof
280280

281281
:print_highlight

0 commit comments

Comments
 (0)