]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Fix a bug in mutable publish that could cause an IndexError when a writer is removed...
authordavid-sarah <david-sarah@jacaranda.org>
Fri, 15 Jun 2012 03:44:37 +0000 (03:44 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Fri, 15 Jun 2012 03:44:37 +0000 (03:44 +0000)
commit635e87bd7b460324631f1f6b464fc65009d3cb36
tree7e9ed65aa45effc19668ad8449ad01ac469239ad
parent3ab0f33413de23dd15270cdac8d5123d65606d67
Fix a bug in mutable publish that could cause an IndexError when a writer is removed in Publish._connection_problem. This version uses DictOfSets as suggested by warner. fixes #1749
src/allmydata/mutable/publish.py