Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Mar 1, 2024
1 parent 2efbba2 commit abaf8e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ build_fn_doc <- function(alg, arguments, outputs){
description_outputs <- glue::glue_collapse(description_outputs, sep = "\n")

if (stringr::str_length(description_outputs) == 0) {
description_arguments = "##' No output description provided."
description_outputs = "##' No output description provided."
}

fun_help_tmpl <- readr::read_file(here::here("build-package", "templates", "qgis_help.R"))
Expand Down

0 comments on commit abaf8e5

Please sign in to comment.