Skip to content

Commit

Permalink
S2_download() returns TRUE for local files skipped on skipExisting='a…
Browse files Browse the repository at this point in the history
…lways'
  • Loading branch information
zozlak committed Apr 29, 2019
1 parent 2247323 commit 8856367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sentinel2
Title: Tools to access Sentinel-2 data pre-processed by IVFL, BOKU Vienna
Version: 0.5.0
Version: 0.5.1
Authors@R: c(
person("Sebastian", "Boeck", email = "sebastian.boeck@boku.ac.at", role = c("aut", "cre")),
person("Mateusz", "Zoltak", email = "mateusz.zoltak@boku.ac.at", role = c("aut"))
Expand Down
1 change: 1 addition & 0 deletions R/S2_download.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ S2_download = function(url, destfile, zip = TRUE, skipExisting = 'samesize', pro
if (progressBar) {
utils::setTxtProgressBar(pb, i)
}
success[i] = TRUE
next
}
# full track
Expand Down

0 comments on commit 8856367

Please sign in to comment.