Python adds ending quote to PS auto-completed space-containing directory names
I am passing am trying to pass directories-with-spaces as arguments on windows 11, and using PS autocomplete (TAB) to provide the full name. The '.a b'
gets naturally completed through powershell, using single-quoted and backslash-escaped, as shown, when building the command and before running the command.