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 tapify to correctly handle **kwargs #114

Closed
swansonk14 opened this issue Jun 25, 2023 · 1 comment
Closed

Fix tapify to correctly handle **kwargs #114

swansonk14 opened this issue Jun 25, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@swansonk14
Copy link
Owner

Currently, if a function has **kwargs, then tapify will interpret this as a variable named kwargs of type str rather than placing all additional provided arguments into a dictionary called kwargs.

@swansonk14 swansonk14 added the bug Something isn't working label Jun 25, 2023
@swansonk14 swansonk14 changed the title Fix tapify to correctly handle *args and **kwargs Fix tapify to correctly handle **kwargs Jul 12, 2023
@swansonk14
Copy link
Owner Author

This has been fixed in 80735dc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant