Skip to content

Commit

Permalink
fix right encoder asDatFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 5, 2023
1 parent 0237080 commit f8797e2
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 @@ -2010,7 +2010,7 @@ geoflow_entity <- R6Class("geoflow_entity",
}),collapse=line_separator),
#Rights
Rights = paste0(sapply(self$rights, function(right){
value <- right$value
value <- right$values[[1]]
if(!endsWith(right$key, "Constraint")) value <- paste0("\"", value,"\"")
outright <- paste0(right$key, ":", value)
return(outright)
Expand Down

0 comments on commit f8797e2

Please sign in to comment.