Skip to content

Fix "TypeError: unhashable type" when calling json_request#46

Merged
geeknam merged 1 commit into
geeknam:masterfrom
dkong:fix_json_request
Apr 1, 2014
Merged

Fix "TypeError: unhashable type" when calling json_request#46
geeknam merged 1 commit into
geeknam:masterfrom
dkong:fix_json_request

Conversation

@dkong

@dkong dkong commented Apr 1, 2014

Copy link
Copy Markdown
Contributor

This bug was introduced as part of #43.

dry_run was appended to construct_payload parameters. However, there was a single instance where
construct_payload was executed (inside json_request) and relying on is_json parameter's default value.

This bug was introduced as part of geeknam#43.  `dry_run` was appended to
construct_payload parameters but there was a single instance where
construct_payload was executed and relying on `is_json` parameter's
default value.
geeknam added a commit that referenced this pull request Apr 1, 2014
Fix "TypeError: unhashable type" when calling json_request
@geeknam geeknam merged commit 44338a2 into geeknam:master Apr 1, 2014
@vivekfantain

Copy link
Copy Markdown

Thanks. I had introduced the bug accidentally.

@dkong dkong deleted the fix_json_request branch September 22, 2021 05:34
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.

3 participants