Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Aug 22, 2024
1 parent 4904a8e commit 0dd3298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parse_uri.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parse_uri <- function(sources, conn, recursive = TRUE) {

if(any(grepl("^\\w+://"), sources)) {
if(any(grepl("^\\w+://", sources))) {
# local file paths that don't require network should not attempt to load it
# Maybe unnecessary as httpfs should be bundled with R's binary duckdb
load_httpfs(conn)
Expand Down

0 comments on commit 0dd3298

Please sign in to comment.