python_backend
python_backend copied to clipboard
Fix: Launch the python backend on Windows when spaces exist in the path.
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.
Hi @yinggeh and @mattwittwer, this is the new PR now.
Hi @yinggeh and @mattwittwer, Just wanted to follow up on this PR. Thanks!
Hi @yinggeh and @mattwittwer , I am still looking to merge this PR. Are you able to take a look and merge please?