зеркало из https://github.com/Azure/rAzureBatch.git
Fix passing the write method to getTaskFile()
The write object was not passed to the constructor
This commit is contained in:
Родитель
e05403adbc
Коммит
5847d2d8d1
|
@ -79,7 +79,8 @@ FileOperations <- R6::R6Class(
|
|||
request <- AzureRequestV2$new(
|
||||
method = verb,
|
||||
path = paste0("/jobs/", jobId, "/tasks/", taskId, "/files/", filePath),
|
||||
query = list("api-version" = apiVersion)
|
||||
query = list("api-version" = apiVersion),
|
||||
write = write
|
||||
)
|
||||
|
||||
response <- self$client$execute(request)
|
||||
|
|
Загрузка…
Ссылка в новой задаче