We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8559a7 commit d82f3ecCopy full SHA for d82f3ec
R/DWF_EASIN_process.R
@@ -555,7 +555,8 @@ EASIN_process <- function(
555
save(EASIN_n_sp_partner, file = path_n_sp_partner)
556
557
if (delete_chunks) {
558
- fs::dir_delete(fs::path(path_EASIN_interim, "file_parts"))
+ try(
559
+ fs::dir_delete(fs::path(path_EASIN_interim, "file_parts")), silent = TRUE)
560
}
561
562
# # ..................................................................... ###
0 commit comments