Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Use Files.deleteIfExists() in DeleteBam rather than `paths.filter(F… #369

Merged
merged 1 commit into from
Oct 23, 2019

Conversation

tfenne
Copy link
Member

@tfenne tfenne commented Oct 22, 2019

…iles.exists).foreach(Files.delete)`. The latter (previous implementation) was prone to throwing exceptions if there was a race to delete a given file.

…iles.exists).foreach(Files.delete)`. The latter (previous implementation) was prone to throwing exceptions if there was a race to delete a given file.
@tfenne tfenne requested a review from nh13 October 22, 2019 20:57
@nh13 nh13 assigned tfenne and unassigned nh13 Oct 23, 2019
@tfenne tfenne merged commit 58a3dac into master Oct 23, 2019
@tfenne tfenne deleted the tf_delete_bam_exists_check branch October 23, 2019 19:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants