We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a143a87 commit cb146f8Copy full SHA for cb146f8
1 file changed
src/tools/scripts/run_and_test_website.bat
@@ -26,7 +26,8 @@ echo "Building website"
26
call npm run generate
27
28
echo "Starting website"
29
-start python main.py
+rem # Can remove -Xutf8 argument after Python 3.15 is everywhere - https://peps.python.org/pep-0686/
30
+start python -Xutf8 main.py
31
rem # Sleep for 5 seconds to make sure server is up
32
timeout /t 5 /nobreak
33
rem # Use sleep as well in case running in GitBash where above command fails
0 commit comments