Skip to content

Commit

Permalink
remove project_location_ext read-in (#26)
Browse files Browse the repository at this point in the history
This is a hold-over from the old PACTA_analysis days that is no longer
used in any of our un-archived repos except here and two config files in
workflow.transition.monitor (which I will remove once this is merged)


https://github.com/search?q=org%3ARMI-PACTA+project_location_ext+NOT+is%3Aarchived&type=code

- precedes
RMI-PACTA/workflow.transition.monitor#289
  • Loading branch information
cjyetman authored Mar 25, 2024
1 parent 2286152 commit 7359546
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/set_web_parameters.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
set_web_parameters <- function(file_path) {
cfg <- config::get(file = file_path)

.GlobalEnv$project_location_ext <- cfg$paths$project_location_ext
.GlobalEnv$data_location_ext <- cfg$paths$data_location_ext
.GlobalEnv$template_path <- cfg$paths$template_location
.GlobalEnv$user_results_path <- cfg$paths$user_data_location
Expand Down

0 comments on commit 7359546

Please sign in to comment.