Skip to content

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
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