X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/116f934f0359b27ae3bd3047860fc5e7f27bdcf5..fba33040ea730ccc30035557226fc1a1de32ba6e:/sdk/R/R/ArvadosFile.R?ds=sidebyside diff --git a/sdk/R/R/ArvadosFile.R b/sdk/R/R/ArvadosFile.R index 8f737831c4..df323fbc48 100644 --- a/sdk/R/R/ArvadosFile.R +++ b/sdk/R/R/ArvadosFile.R @@ -144,8 +144,8 @@ ArvadosFile <- R6::R6Class( if (rw == "r" || rw == "rb") { REST <- private$collection$getRESTService() - return(REST$getConnection(private$collection$uuid, - self$getRelativePath(), + return(REST$getConnection(self$getRelativePath(), + private$collection$uuid, rw)) } else if (rw == "w")