[Pypi-checkins] r925 - trunk/pypi
martin.von.loewis
python-checkins at python.org
Wed Jun 22 08:31:55 CEST 2011
Author: martin.von.loewis
Date: Wed Jun 22 08:31:55 2011
New Revision: 925
Modified:
trunk/pypi/webui.py
Log:
Issue #3323779: Fix typo.
Modified: trunk/pypi/webui.py
==============================================================================
--- trunk/pypi/webui.py (original)
+++ trunk/pypi/webui.py Wed Jun 22 08:31:55 2011
@@ -870,7 +870,7 @@
claimed_id = res[0]
res = res[1:]
else:
- res = openid2rp.discover(claimed)
+ res = openid2rp.discover(claimed_id)
if not res:
return self.fail('Discovery failed. If you think this is in error, please submit a bug report.')
stypes, op_endpoint, op_local = res
More information about the Pypi-checkins
mailing list