Ensure jobs in `JobsList` are always sorted
This means that I don't have to call filter
just to sort the jobs in split_pipeline
, which allows split_pipeline
to run without ever checking for existing files on disk.
This means that I don't have to call filter
just to sort the jobs in split_pipeline
, which allows split_pipeline
to run without ever checking for existing files on disk.