[Pypi-checkins] r938 - trunk/pypi

richard python-checkins at python.org
Fri Jul 15 08:45:44 CEST 2011


Author: richard
Date: Fri Jul 15 08:45:44 2011
New Revision: 938

Modified:
   trunk/pypi/admin.py
Log:
duh

Modified: trunk/pypi/admin.py
==============================================================================
--- trunk/pypi/admin.py	(original)
+++ trunk/pypi/admin.py	Fri Jul 15 08:45:44 2011
@@ -145,7 +145,7 @@
     c.execute('update comments_journal set submitted_by=%s where submitted_by=%s', (new, old))
     c.execute('delete from users where name=%s', (old,))
 
-def nuke_nested_lists(store, confirm):
+def nuke_nested_lists(store, confirm=False):
     c = store.get_cursor()
     c.execute("""select name, version, summary from releases
         where summary like '%nested lists%'""")


More information about the Pypi-checkins mailing list