in bench_cluster/submit_jobs.py [0:0]
def keep_only_jobs(self, status: Status): return [job for job in self.job_lists if job.status == status]