rubra icon indicating copy to clipboard operation
rubra copied to clipboard

Use shlex.split to parse srun command line

Open bjpop opened this issue 12 years ago • 0 comments

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.

bjpop avatar Oct 30 '13 05:10 bjpop