You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `shlex.quote` API doesn't do the right thing on Windows and that is
documented
[here](https://docs.python.org/3/library/shlex.html#shlex.quote), so do
it manually.
Manually verified it's broken without this change and this fixes it.
I looked and couldn't find any single utility that covers this
functionality.
---------
Signed-off-by: Sarnie, Nick <[email protected]>
0 commit comments