a problem
PapaMadeleine2022 opened this issue · comments
PapaMadeleine commented
hello, I like this work. But it seems to have a problem. Should we add a line of code:
cmd=' '.join(cmd)
after this place?
Michael Gallaspy commented
I don't think so. According to the subprocess docs:
args is required for all calls and should be a string, or a sequence of program arguments. Providing a sequence of arguments is generally preferred, as it allows the module to take care of any required escaping and quoting of arguments (e.g. to permit spaces in file names).
PapaMadeleine commented
@MCGallaspy I use ubuntu. I add it and it works