Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Fix attribute error in default payload handler.#85

Open
badlydrawnrod wants to merge 3 commits intopallets-eco:masterfrom
badlydrawnrod:master
Open

Fix attribute error in default payload handler.#85
badlydrawnrod wants to merge 3 commits intopallets-eco:masterfrom
badlydrawnrod:master

Conversation

@badlydrawnrod
Copy link
Copy Markdown

If the authentication handler returned a dictionary rather than an
object then the default payload handler would throw an AttributeError
as no default value was supplied for getattr().

If the authentication handler returned a dictionary rather than an
object then the default payload handler would throw an AttributeError
as no default value was supplied for getattr().
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.652% when pulling e4bd8e3 on badlydrawnrod:master into c270841 on mattupstate:master.

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.652% when pulling ca7506c on badlydrawnrod:master into c270841 on mattupstate:master.

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.652% when pulling 021cf94 on badlydrawnrod:master into c270841 on mattupstate:master.

@stephane
Copy link
Copy Markdown

stephane commented Aug 3, 2016

Already fixed by #63 and many others.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants