зеркало из https://github.com/Azure/AzureStor.git
fix exists check
This commit is contained in:
Родитель
dbabefa0bc
Коммит
83ec923c28
|
@ -3,7 +3,7 @@
|
|||
# azcopy = path -> usable
|
||||
get_azcopy_path <- function()
|
||||
{
|
||||
if(exists("azcopy", envir=.AzureStor))
|
||||
if(exists("azcopy", envir=.AzureStor, inherits=FALSE))
|
||||
{
|
||||
if(!is.na(.AzureStor$azcopy))
|
||||
return(.AzureStor$azcopy)
|
||||
|
|
Загрузка…
Ссылка в новой задаче