Skip to content

Commit

Permalink
remove project_name parameter
Browse files Browse the repository at this point in the history
`project_name` is set to be removed from the TM workflow in RMI-PACTA/workflow.transition.monitor#207 and is a [seemingly unused, leftover parameter](RMI-PACTA/workflow.transition.monitor#207 (comment))
  • Loading branch information
cjyetman authored Sep 14, 2023
1 parent cf90ec5 commit 6786bd2
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
Expand Up @@ -6,7 +6,6 @@ set_web_parameters <- function(file_path) {
.GlobalEnv$template_path <- cfg$paths$template_location
.GlobalEnv$user_results_path <- cfg$paths$user_data_location

.GlobalEnv$project_name <- cfg$parameters$project_name
.GlobalEnv$new_data <- cfg$parameters$new_data

.GlobalEnv$financial_timestamp <- cfg$parameters$financial_timestamp
Expand Down

0 comments on commit 6786bd2

Please sign in to comment.