Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix bug in dump() caused by incorrectly passing args to dumps() #35

Merged
merged 1 commit into from
Mar 17, 2020
Merged

Fix bug in dump() caused by incorrectly passing args to dumps() #35

merged 1 commit into from
Mar 17, 2020

Conversation

pastelmind
Copy link
Contributor

dump() was broken because it wasn't passing the cls parameter to dumps(). I fixed it and also made it pass all arguments using keywords, which should help prevent similar bugs if dumps() learns new keyword arguments in the future.

Fix a bug (caused by a missing cls) that caused dump() to pass arguments to dumps() incorrectly.
@dpranke
Copy link
Owner

dpranke commented Mar 17, 2020

Oops. Thanks for the fix!

@dpranke dpranke merged commit d0897c8 into dpranke:master Mar 17, 2020
@pastelmind pastelmind deleted the bugfix/dump-args branch January 6, 2021 12:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants