Skip to content

Commit

Permalink
Check if target directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed Mar 13, 2024
1 parent 036109f commit 8e1a9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/measurement-chains.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ well_op_file <- kwb.nextcloud::list_files(path = paths$well_operation,
dplyr::filter(lastmodified == max(lastmodified))
file <- well_op_file$file[1]
tdir <- fs::path_norm(paths$download_dir)
tdir <- kwb.utils::safePath(fs::path_norm(paths$download_dir))
Expand Down

0 comments on commit 8e1a9f9

Please sign in to comment.