projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1838ba
)
mutable WIP: use fireOnOneErrback when using a DeferredList
author
Brian Warner
<warner@allmydata.com>
Thu, 17 Apr 2008 20:11:48 +0000
(13:11 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 17 Apr 2008 20:11:48 +0000
(13:11 -0700)
src/allmydata/mutable/publish.py
patch
|
blob
|
history
diff --git
a/src/allmydata/mutable/publish.py
b/src/allmydata/mutable/publish.py
index 1155505ce885db036323f098c21d0a39729b2803..3ef9f8315cc3d95ca7c5006750dd1867f45f6244 100644
(file)
--- a/
src/allmydata/mutable/publish.py
+++ b/
src/allmydata/mutable/publish.py
@@
-583,7
+583,7
@@
class Publish:
dl.append(d)
self._update_status()
- return defer.DeferredList(dl
) # purely
for testing
+ return defer.DeferredList(dl
, fireOnOneErrback=True) # just
for testing
def _do_testreadwrite(self, peerid, secrets,
tw_vectors, read_vector):