Mentions légales du service

Skip to content
Snippets Groups Projects
Commit eb89342e authored by EL KARCHI Jad's avatar EL KARCHI Jad
Browse files

patch bug fix

parent 16e7c15e
No related branches found
No related tags found
No related merge requests found
Pipeline #1142254 passed
...@@ -37,8 +37,7 @@ download_file <- function(folder_path, remote_file_path) { ...@@ -37,8 +37,7 @@ download_file <- function(folder_path, remote_file_path) {
remoteFilePath = remote_file_path, remoteFilePath = remote_file_path,
localFilePath = local_file_path, localFilePath = local_file_path,
overwrite = TRUE, overwrite = TRUE,
fileSet = "@files", fileSet = "@files"
showProgressBar = TRUE
) )
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment