Skip to content

Commit

Permalink
add missing ocs excel handler
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed May 14, 2024
1 parent b71ae0e commit e5b940d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/metadata/entity/entity_handler_ocs.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ handle_entities_ocs <- function(handler, source, config, handle = TRUE){
},
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" = {
handle_entities_excel <- source(system.file("metadata/entity", "entity_handler_excel.R", package = "geoflow"))$value
handle_entities_excel(handler = , source = entities_file, config = config, handle = handle)
handle_entities_excel(handler = handler, source = entities_file, config = config, handle = handle)
}
)
return(entities)
Expand Down

0 comments on commit e5b940d

Please sign in to comment.