Skip to content

Commit

Permalink
troubleshoot null data source
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed May 30, 2024
1 parent 5883b50 commit b1a22c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/geoflow_entity.R
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@ geoflow_entity <- R6Class("geoflow_entity",
datasource_file <- attr(datasource, "uri")
attributes(datasource) <- NULL
if(is.null(datasource_file)) datasource_file <- datasource
}else{
return(data_object)
}

if(data_object$sourceType == "other"){
Expand Down

0 comments on commit b1a22c8

Please sign in to comment.