Skip to content

Commit d82f3ec

Browse files
committed
Adjust paths and object names in EASIN scripts for consistency.
1 parent c8559a7 commit d82f3ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/DWF_EASIN_process.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,8 @@ EASIN_process <- function(
555555
save(EASIN_n_sp_partner, file = path_n_sp_partner)
556556

557557
if (delete_chunks) {
558-
fs::dir_delete(fs::path(path_EASIN_interim, "file_parts"))
558+
try(
559+
fs::dir_delete(fs::path(path_EASIN_interim, "file_parts")), silent = TRUE)
559560
}
560561

561562
# # ..................................................................... ###

0 commit comments

Comments
 (0)