Skip to content

Commit

Permalink
Merge branch 'master' of github.com:r-geoflow/geoflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Mar 1, 2023
2 parents 42a57f3 + a55e072 commit 1d38568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geoflow_entity.R
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ geoflow_entity <- R6Class("geoflow_entity",
outdata <- paste0(outdata, "sourceZip:", tolower(as.character(self$data$sourceZip)), line_separator)
outdata <- paste0(outdata, "sourceZipOnly:", tolower(as.character(self$data$sourceZipOnly)), line_separator)
out_upload_sources <- NULL
if(!is.null(self$data$uploadource)){
if(!is.null(self$data$uploadSource)){
for(src in self$data$uploadSource){
src_uri <- attr(src,"uri")
attributes(src) <- NULL
Expand Down

0 comments on commit 1d38568

Please sign in to comment.