mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Fix an error handling path that would never have been reached. fixes ticket:2543
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
0d6fcf445e
commit
278ee0db76
@ -1171,7 +1171,7 @@ class MDMFSlotWriteProxy:
|
||||
else:
|
||||
if on_success: on_success()
|
||||
return results
|
||||
d.addCallback(_result)
|
||||
d.addBoth(_result)
|
||||
return d
|
||||
|
||||
def _handle_bad_struct(f):
|
||||
|
Loading…
Reference in New Issue
Block a user