Skip to content

Commit

Permalink
fix #358 missing collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 7, 2023
1 parent 8148d0d commit 5e4f3b2
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 @@ -2009,7 +2009,7 @@ geoflow_entity <- R6Class("geoflow_entity",
if(!is.null(format$description)) outformat <- paste0(outformat, "[\"", format$description, "\"]")
if(!is.null(format$uri)) outformat <- paste(outformat, format$uri, sep = "@")
return(outformat)
})),
}),collapse=line_separator),
#Relation
Relation = paste0(sapply(self$relations,function(relation){
outrel <- paste0(relation$key,":\"",relation$name,"\"")
Expand Down

0 comments on commit 5e4f3b2

Please sign in to comment.