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

Fixed exception in JsonWebServiceBase.get #908

Merged

Conversation

xni
Copy link

@xni xni commented Oct 29, 2012

args is a tuple, so % operator, applied to the tuple, expects that string contains len(args) "%s" substrings in the first argument.
I think that expected behaviour is a string representation for args.

peterbe added a commit that referenced this pull request Nov 19, 2012
Fixed exception in JsonWebServiceBase.get
@peterbe peterbe merged commit 7a5b784 into mozilla-services:master Nov 19, 2012
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