Skip to content

Commit

Permalink
Fix KeyError after 'Did you mean'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 22, 2023
1 parent af73b04 commit 730a999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/norwegianblue/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def main() -> None:
suggestion = norwegianblue.suggest_product(product)
output = norwegianblue.norwegianblue(
product=suggestion,
format=args.format,
format=args.formatter,
color=args.color,
show_title=multiple_products,
)
Expand Down

0 comments on commit 730a999

Please sign in to comment.