Skip to content

Commit

Permalink
chore: pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Aug 17, 2022
1 parent 3abc059 commit 8dcfec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/in_n_out/_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def _exec(*args: P.args, **kwargs: P.kwargs) -> R:
result = func(**{**_kwargs, **bound.arguments})
except TypeError as e:
if "missing" not in e.args[0]:
raise
raise # pragma: no cover
# likely a required argument is still missing.
# show what was injected and raise
_argnames = (
Expand Down

0 comments on commit 8dcfec4

Please sign in to comment.