From 25d6c52e3ca9d1a4fc14bb15935730bbb5c4f8ca Mon Sep 17 00:00:00 2001 From: JSKenyon Date: Tue, 23 Apr 2024 09:00:27 +0200 Subject: [PATCH] Fix typo, add newline. --- stimela/kitchen/recipe.py | 2 +- tests/stimela_tests/test_subrecipes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stimela/kitchen/recipe.py b/stimela/kitchen/recipe.py index 95b5707..2174a54 100644 --- a/stimela/kitchen/recipe.py +++ b/stimela/kitchen/recipe.py @@ -438,7 +438,7 @@ def process_specifier_list(specs: List[str], num=0): self.log.info(f" [bold green]{' '.join(scheduled_steps)}[/bold green]") # now recurse into sub-recipes. If nothing was specified for a sub-recipe, - # we still need to recurve in to make sure it applies its tags, + # we still need to recurse in to make sure it applies its tags, for label, step in self.steps.items(): if label in active_steps and isinstance(step.cargo, Recipe): options = subrecipe_entries.get(label, ([],[],[],[],[])) diff --git a/tests/stimela_tests/test_subrecipes.yml b/tests/stimela_tests/test_subrecipes.yml index 07c9ac8..8ef6384 100644 --- a/tests/stimela_tests/test_subrecipes.yml +++ b/tests/stimela_tests/test_subrecipes.yml @@ -50,4 +50,4 @@ recipe: tags: [never, foo] s4: recipe: subrecipe - tags: [foo] \ No newline at end of file + tags: [foo]