Skip to content

Commit

Permalink
fix #362
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 21, 2023
1 parent 9701029 commit 4009948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/executeWorkflowJob.R
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ executeWorkflowJob <- function(config, jobdir = NULL, queue = NULL, monitor = NU
#behavior for generic uploaders, we set depositWithFiles = TRUE and proceed with all resource uploads
generic_uploader_options <- generic_uploader$options
generic_uploader_options$depositWithFiles <- TRUE
generic_uploader$options <- generic_uploader_options
generic_uploader$run(entity, config)
}
}
Expand Down

0 comments on commit 4009948

Please sign in to comment.