Skip to content

Commit

Permalink
#262 implement in debugWorkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 1, 2022
1 parent b489257 commit 757c7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/debugWorkflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ debugWorkflow <- function(file, dir = ".", entityIndex = 1,
for(i in 1:length(entity$data$actions)){
entity_action <- entity$data$actions[[i]]
config$logger.info(sprintf("Executing entity data action %s: '%s' ('%s')", i, entity_action$id, entity_action$script))
entity_action$fun(entity, config, entity_action$options)
entity_action$run(entity, config)
.geoflow$debug$options <- entity_action$options
}
#we trigger entity enrichment (in case entity data action involved modification of entity)
Expand Down

0 comments on commit 757c7bb

Please sign in to comment.