We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
force=TRUE
1 parent 70050d0 commit 951b475Copy full SHA for 951b475
tests/testthat/setup.R
@@ -56,10 +56,10 @@ clean_python_tempdirs <- function() {
56
all.files = TRUE
57
)
58
59
- unlink(detritus, recursive = TRUE)
+ unlink(detritus, recursive = TRUE, force = TRUE)
60
61
unlink(unlist(py_to_r(get_py_created_tempdirs())),
62
- recursive = TRUE)
+ recursive = TRUE, force = TRUE)
63
64
}
65
0 commit comments