Skip to content

Commit

Permalink
Update snowfakery/parse_recipe_yaml.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Ray <david@raycreative.com>
  • Loading branch information
Paul Prescod and davidjray committed Sep 23, 2022
1 parent 13c2ffe commit 2ed8379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowfakery/parse_recipe_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def parse_structured_value(name: str, field: Dict, context: ParseContext) -> Def
rc = func(context, args)
return rc
except AttributeError:
# we'll try to find it a different way bbelow
# we'll try to find it a different way below
pass

args = parse_structured_value_args(args, context)
Expand Down

0 comments on commit 2ed8379

Please sign in to comment.