Skip to content

Commit

Permalink
#3724: Use a - to avoid jinja2 rendering a line break
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbillowsMO committed Jan 10, 2025
1 parent 7d7f19c commit 2bb79fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmvaltool/utils/recipe_test_workflow/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% from SITE_RECIPES_FILE import FAST_RECIPES, MEDIUM_RECIPES %}

{% set ERROR_MSG =
"is undefined and must be set in '" ~ SITE_RECIPES_FILE ~ "'. The 'How to "
"is undefined and must be set in '" ~ SITE_RECIPES_FILE ~ "' - the 'How to "
"add a recipe to the RTW' documentation provides more information."
%}
{{ assert(FAST_RECIPES is defined, "FAST_RECIPES " ~ ERROR_MSG)}}
Expand Down

0 comments on commit 2bb79fc

Please sign in to comment.