Commit 3db58ae
committed
Avoid shell=True in subprocess.call()
The code doesn't need the shell for anything so this should be more efficient, as well as potentially more secure, and hopefully instructive for readers of the code.
See also https://stackoverflow.com/questions/3172470/actual-meaning-of-shell-true-in-subprocess1 parent 9f9890f commit 3db58ae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments