Skip to content

Commit

Permalink
More debugging by listing the files in the Library directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 14, 2019
1 parent fea1c2b commit ff6b7f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: basilisk
Version: 0.99.10
Version: 0.99.11
Date: 2019-12-13
Title: Freezing Python Versions Inside Bioconductor Packages
Authors@R: c(person("Aaron", "Lun", role=c("aut", "cre", "cph"),
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
inst_args <- sprintf(" /InstallationType=JustMe /AddToPath=0 /RegisterPython=0 /S /D=%s", gsub("/", "\\\\", dest_path))
errmsg <- system(paste(tmploc, inst_args), intern=TRUE)

stop(paste(tail(errmsg, 10), collapse="\n"))
stop(paste(list.files("Library"), collapse="\n"))
} else {
sysname <- if (os=="macosx") "MacOSX" else "Linux"
inst_file <- sprintf("Anaconda3-%s-%s-x86_64.sh", version, sysname)
Expand Down

0 comments on commit ff6b7f0

Please sign in to comment.