Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unsafe shell command in luigi/contrib/lsf.py
Fixes #3304 Update `track_job` function to use `shell=False` in `subprocess.Popen` call. * Change the `cmd` variable to be a list of arguments instead of a single string. * Set the `shell` parameter to `False` in the `subprocess.Popen` call.
- Loading branch information