Skip to content

Commit

Permalink
Fix typo, add newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Apr 23, 2024
1 parent 90faf3f commit 25d6c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stimela/kitchen/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, ([],[],[],[],[]))
Expand Down
2 changes: 1 addition & 1 deletion tests/stimela_tests/test_subrecipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ recipe:
tags: [never, foo]
s4:
recipe: subrecipe
tags: [foo]
tags: [foo]

0 comments on commit 25d6c52

Please sign in to comment.