Open bjpop opened 11 years ago
At the moment the srun command line is passed to Popen as a string, but it ought to be a list of strings.
The recommendation is to use shlex.split to parse the line into strings.
At the moment the srun command line is passed to Popen as a string, but it ought to be a list of strings.
The recommendation is to use shlex.split to parse the line into strings.