Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: return parsed jobspec from validate_jobspec()
Problem: flux.job.Jobspec.validate_jobspec() throws away the parsed jobspec object if validation is successful. However, it could be useful to return the resulting jobspec object. Return a tuple of (result, jobspec) from validate_jobspec().
- Loading branch information