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 is breaking file paths that have spaces in them, as it
adds an extra quote so files look like "'my file with spaces.h'" rather
than simply "my file with spaces.h". Removing the shlex lines fixes that issue.
0 commit comments