python_backend icon indicating copy to clipboard operation
python_backend copied to clipboard

Fix: Launch the python backend on Windows when spaces exist in the path.

Open vinitkmagnet opened this issue 5 months ago • 0 comments

There were no quotes around any of the paths in the stub launcher. As a result, if you tried launching the stub, it would always fail. Normally this is not an issue in Linux, but having spaces is very common in Windows. Added quotes around all the pathing of the launcher code to resolve this problem.

vinitkmagnet avatar May 08 '25 12:05 vinitkmagnet