NDCMS / lobster

A userspace workflow management tool for harnessing non-dedicated resources for high-throughput workloads.
MIT License
3 stars 14 forks source link

Fix logic in cleanup file list assembly #589

Closed annawoodard closed 7 years ago

annawoodard commented 7 years ago

I spotted this in passing. It looks wrong to me-- some returned workflows might have cleanup enabled and others disabled, but we're only checking the last workflow in the preceding loop. I think we just care if it's been populated at any point.