Skip to content

Commit e5695d6

Browse files
committed
fix bootstrap_install=FALSE bug
1 parent 813deb8 commit e5695d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/py_require.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,9 @@ uv_binary <- function(bootstrap_install = TRUE) {
676676
})
677677

678678
}
679+
} else {
680+
# bootstrap_install == FALSE
681+
uv <- NULL
679682
}
680683

681684
if (file.exists(uv)) uv else NULL # print visible

0 commit comments

Comments
 (0)