Commit aa43bfb
authored
Update shell_integration.py to support spaces in script file path. (#525)
Currently, any space in a script file path will result in an invalid shell code when calling shellcode(..., argcomplete_script=<path containing a space>).
Replacing any space with "_SPACE_" solves this issue.1 parent 86eafb2 commit aa43bfb
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments