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

Bug 1922086 - Remove now-unused keyword argument #755

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

badboy
Copy link
Member

@badboy badboy commented Oct 7, 2024

When we switched from just printing the error to raising it as an exception, we accidentally left the file argument in. It's not needed and not accepted by ValueError.

Pull Request checklist

  • Quality: This PR builds and tests run cleanly
    • make test runs without emitting any warnings
    • make lint runs without emitting any errors
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Changelog: This PR includes a changelog entry to CHANGELOG.md or an explanation of why it does not need one
    • Any breaking changes to language binding APIs are noted explicitly

@badboy badboy requested a review from a team as a code owner October 7, 2024 10:21
@badboy badboy requested review from chutten and removed request for a team October 7, 2024 10:21
@chutten
Copy link
Contributor

chutten commented Oct 7, 2024

(Does this need CHANGELOG?)

When we switched from just printing the error to raising it as an
exception, we accidentally left the `file` argument in.
It's not needed and not accepted by ValueError.
@badboy badboy enabled auto-merge (rebase) October 8, 2024 09:45
@badboy badboy merged commit 6a99f4e into main Oct 8, 2024
8 checks passed
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