[Zodb-checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.73.2.29
Tim Peters
tim.one at comcast.net
Tue Aug 26 00:36:46 EDT 2003
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv25908/ZEO
Modified Files:
Tag: ZODB3-3_1-branch
ClientStorage.py
Log Message:
tpc_vote(): Removed redundant "continue".
=== ZODB3/ZEO/ClientStorage.py 1.73.2.28 => 1.73.2.29 ===
--- ZODB3/ZEO/ClientStorage.py:1.73.2.28 Fri Aug 22 16:45:28 2003
+++ ZODB3/ZEO/ClientStorage.py Mon Aug 25 23:36:44 2003
@@ -737,7 +737,6 @@
backoff = min(backoff, 60)
if attempts > 70:
raise StorageSystemError("Timed out waiting to vote")
- continue
else:
break
return self._check_serials()
More information about the Zodb-checkins
mailing list