Skip to content

Commit 25d6c52

Browse files
committed
Fix typo, add newline.
1 parent 90faf3f commit 25d6c52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stimela/kitchen/recipe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def process_specifier_list(specs: List[str], num=0):
438438
self.log.info(f" [bold green]{' '.join(scheduled_steps)}[/bold green]")
439439

440440
# now recurse into sub-recipes. If nothing was specified for a sub-recipe,
441-
# we still need to recurve in to make sure it applies its tags,
441+
# we still need to recurse in to make sure it applies its tags,
442442
for label, step in self.steps.items():
443443
if label in active_steps and isinstance(step.cargo, Recipe):
444444
options = subrecipe_entries.get(label, ([],[],[],[],[]))

tests/stimela_tests/test_subrecipes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ recipe:
5050
tags: [never, foo]
5151
s4:
5252
recipe: subrecipe
53-
tags: [foo]
53+
tags: [foo]

0 commit comments

Comments
 (0)