Skip to content

Commit

Permalink
#3724: Rephrase doc and docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Emma Hogan <[email protected]>
  • Loading branch information
chrisbillowsMO and ehogan authored Jan 10, 2025
1 parent 0ab631c commit 73232b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/source/utils/RTW/tested_recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Currently tested recipes

.. include:: common.txt

The recipes tested with the |RTW| at each site:
The recipes tested with the |RTW| at each site are defined in the following files:

* `metoffice-recipes.cylc`_
* dkrz-recipes.cylc **(COMING SOON!)**
Expand Down
4 changes: 2 additions & 2 deletions esmvaltool/utils/recipe_test_workflow/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{% from SITE_RECIPES_FILE import FAST_RECIPES, MEDIUM_RECIPES %}

{% set ERROR_MSG =
"is undefined and must be set, usually in '" ~ SITE_RECIPES_FILE ~ " - see 'How to "
"add a recipe to the RTW' documentation for more information."
"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)}}
{{ assert(MEDIUM_RECIPES is defined, "MEDIUM_RECIPES " ~ ERROR_MSG)}}
Expand Down

0 comments on commit 73232b0

Please sign in to comment.