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
Remove shlex.quote to fix issues when filenames have spaces (#38)
* 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.
* Apply suggestions from code review
---------
Co-authored-by: leake <[email protected]>
Co-authored-by: Henry Schreiner <[email protected]>
0 commit comments