Skip to content

Commit 85aa005

Browse files
author
api.jscudder
committed
Fixed another typo in call to create token upgrade failed exception.
1 parent 4dc5586 commit 85aa005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gdata/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def UpgradeToSessionToken(self):
563563
else:
564564
raise TokenUpgradeFailed({'status': response.status,
565565
'reason': 'Non 200 response on upgrade',
566-
'body': result_body})
566+
'body': response_body})
567567

568568
def RevokeAuthSubToken(self):
569569
"""Revokes an existing AuthSub token.

0 commit comments

Comments
 (0)