Skip to content

Commit

Permalink
[project @ server.EncodingError.__str__: fix missing self.]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Turner committed Jul 18, 2008
1 parent 4637166 commit 264fe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openid/server/server.py
Expand Up @@ -1779,7 +1779,7 @@ def __str__(self):
self.explanation)
else:
s = '%s for Response %s' % (
self.__class__.__name__, response)
self.__class__.__name__, self.response)
return s


Expand Down

0 comments on commit 264fe73

Please sign in to comment.