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

fix: kwargs undefined, likely needs to be kwargs_all #25

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

vsoch
Copy link
Contributor

@vsoch vsoch commented Oct 2, 2023

problem: the plugin.py registry references kwargs, which is not defined in the location of reference. Likely it needs to be kwargs_all since the if/else it is in checks kwargs_tagged in the top

problem: the plugin.py registry references kwargs,
which is not defined in the location of reference.
Likely it needs to be kwargs_all since the if/else
it is in checks kwargs_tagged in the top

Signed-off-by: vsoch <[email protected]>
@johanneskoester johanneskoester merged commit 372fb10 into main Oct 11, 2023
4 checks passed
@johanneskoester johanneskoester deleted the fix-kwargs-undefined branch October 11, 2023 11:10
johanneskoester pushed a commit that referenced this pull request Oct 11, 2023
🤖 I have created a release *beep* *boop*
---


##
[1.11.0](v1.10.0...v1.11.0)
(2023-10-11)


### Features

* add functionality for converting settings into arguments
([48687f9](48687f9))


### Bug Fixes

* fix handling of plugin settings names
([8007ab4](8007ab4))
* improved handling of tagged settings
([8653e82](8653e82))
* kwargs undefined, likely needs to be kwargs_all
([#25](#25))
([372fb10](372fb10))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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