Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Mar 17, 2024
1 parent b216b06 commit 2b1c94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/MgnifyClient.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ MgnifyClient <- function(
# Make it if needed - assume the user is sensible and the path will
# work...
if( useCache ){
dir.create(cacheDir, showWarnings = FALSE)
dir.create(cacheDir, recursive = TRUE, showWarnings = FALSE)
}
# Return the final object
obj <- new(
Expand Down

0 comments on commit 2b1c94f

Please sign in to comment.