[Python-checkins] r88773 - tracker/instances/python-dev/scripts/addpatchsets

martin.v.loewis python-checkins at python.org
Sun Mar 13 18:29:57 CET 2011


Author: martin.v.loewis
Date: Sun Mar 13 18:29:56 2011
New Revision: 88773

Log:
Do dummy commit before leaving transaction management.


Modified:
   tracker/instances/python-dev/scripts/addpatchsets

Modified: tracker/instances/python-dev/scripts/addpatchsets
==============================================================================
--- tracker/instances/python-dev/scripts/addpatchsets	(original)
+++ tracker/instances/python-dev/scripts/addpatchsets	Sun Mar 13 18:29:56 2011
@@ -169,5 +169,5 @@
         patch.content = content
         patch.put()
     transaction.commit()
-
+transaction.commit()
 transaction.leave_transaction_management()


More information about the Python-checkins mailing list