Skip to content

Commit 3a5cbb2

Browse files
committed
Adjust comments
1 parent 73a7c58 commit 3a5cbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/download.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ oe_download = function(
103103
return(file_path)
104104
}
105105

106-
107106
continue = 1L
108107
if (
109108
interactive() &&
@@ -144,6 +143,7 @@ oe_download = function(
144143
httr::GET(
145144
url = file_url,
146145
if (isFALSE(quiet)) httr::progress(),
146+
# TODO: Add the possibility of using httr::verbose?
147147
# if (isFALSE(quiet)) httr::verbose(),
148148
httr::write_disk(file_path, overwrite = TRUE),
149149
httr::timeout(max(300L, getOption("timeout")))

0 commit comments

Comments
 (0)