Skip to content

Commit

Permalink
fix banc_cloudvolume_url
Browse files Browse the repository at this point in the history
* was copied over from fancr where with_banc has an extra arg
  • Loading branch information
jefferis committed Jul 11, 2024
1 parent 906d3e0 commit 9bdc116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cloudvolume.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ banc_cloudvolume <- function(...) {

# hidden
banc_cloudvolume_url <- function() {
rr=with_banc(getOption("fafbseg.cloudvolume.url"), force = FALSE)
rr=with_banc(getOption("fafbseg.cloudvolume.url"))
sub("graphene://middleauth+", "graphene://", rr, fixed = TRUE)
}

Expand Down

0 comments on commit 9bdc116

Please sign in to comment.