Skip to content

Commit

Permalink
deactivate switch of skipDataDownload to FALSE for generic uploader p…
Browse files Browse the repository at this point in the history
…ublication configs
  • Loading branch information
eblondel committed Sep 21, 2023
1 parent 97a8374 commit 394c0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/geoflow_action.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ geoflow_action <- R6Class("geoflow_action",
}))

#modifying global option
src_config$profile$options$skipDataDownload <- if(pid_publish) FALSE else TRUE
#note: this should be set by user
#src_config$profile$options$skipDataDownload <- if(pid_publish) FALSE else TRUE

#export modified config
jsonlite::write_json(
Expand Down

0 comments on commit 394c0ed

Please sign in to comment.