[Neo-report] r2060 vincent - /trunk/neo/storage/transactions.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 4 17:18:45 CEST 2010


Author: vincent
Date: Tue May  4 17:18:44 2010
New Revision: 2060

Log:
Remove unneeded parameter.

Modified:
    trunk/neo/storage/transactions.py

Modified: trunk/neo/storage/transactions.py
==============================================================================
--- trunk/neo/storage/transactions.py [iso-8859-1] (original)
+++ trunk/neo/storage/transactions.py [iso-8859-1] Tue May  4 17:18:44 2010
@@ -188,7 +188,7 @@
             Store an object received from client node
         """
         # check if the object if locked
-        locking_tid = self._store_lock_dict.get(oid, None)
+        locking_tid = self._store_lock_dict.get(oid)
         if locking_tid == tid:
             logging.info('Transaction %s storing %s more than once', dump(tid),
                 dump(oid))





More information about the Neo-report mailing list