Open lafrech opened 5 months ago
Follow-up to #214. See comments.
Popen should be fed a list of arguments, not a single string. The fix in #214 splits the string but
Popen
"-r path"
["-r", "path"]
Follow-up to #214. See comments.
Popen
should be fed a list of arguments, not a single string. The fix in #214 splits the string but"-r path"
->["-r", "path"]