Skip to content

Commit

Permalink
#3724: Unindent jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbillowsMO committed Jan 10, 2025
1 parent 6054822 commit 79ac7af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions esmvaltool/utils/recipe_test_workflow/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

# Bash variable substitution below replaces `--` with `/` to obtain path to
# recipe.
{% for RECIPE in FAST_RECIPES %}
{% for RECIPE in FAST_RECIPES %}
[[process<fast={{ RECIPE['recipe_path'] }}>]]
inherit = None, COMPUTE
execution time limit = {{ RECIPE['max_time'] }}
Expand All @@ -88,9 +88,9 @@
RECIPE_PATH = "${CYLC_TASK_PARAM_fast//--//}.yml"
[[[directives]]]
--mem = {{ RECIPE['max_memory'] }}
{% endfor %}
{% endfor %}

{% for RECIPE in MEDIUM_RECIPES %}
{% for RECIPE in MEDIUM_RECIPES %}
[[process<medium={{ RECIPE['recipe_path'] }}>]]
inherit = None, COMPUTE
execution time limit = {{ RECIPE['max_time'] }}
Expand All @@ -99,7 +99,7 @@
RECIPE_PATH = "${CYLC_TASK_PARAM_medium//--//}.yml"
[[[directives]]]
--mem = {{ RECIPE['max_memory'] }}
{% endfor %}
{% endfor %}

[[COMPARE]]
inherit = None, COMPUTE
Expand Down

0 comments on commit 79ac7af

Please sign in to comment.