Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call the on_error handler with the correct number of arguments. #2977

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

jcoyne
Copy link
Member

@jcoyne jcoyne commented Aug 23, 2023

Fixes an exception:

wrong number of arguments (given 3, expected 2)

Alternatively we could have called pipeline&.context&.on_error which takes 3 args.

Fixes an exception:
```
wrong number of arguments (given 3, expected 2)
```

Alternatively we could have called `pipeline&.context&.on_error` which takes 3 args.
@corylown corylown merged commit dc2d236 into main Jan 12, 2024
7 checks passed
@corylown corylown deleted the jcoyne-patch-3 branch January 12, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants