]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Raise NotEnoughSharesError if there are initially not enough shares for a mutable...
authorDaira Hopwood <david-sarah@jacaranda.org>
Fri, 10 May 2013 21:40:00 +0000 (22:40 +0100)
committerDaira Hopwood <david-sarah@jacaranda.org>
Tue, 14 May 2013 22:20:46 +0000 (23:20 +0100)
commitcf52c512c53af02276c25f45d0f2dfe74125e10d
treee552c825146e7b7666a92f86bac326a5f5e4aa16
parenta74b09ec866ef547960c9fcc65f5908d351bf5cb
Raise NotEnoughSharesError if there are initially not enough shares for a mutable retrieve. refs #1742

We also change the order of setting up attributes in Retrieve so that _raise_notenoughshareserror() can be called from _setup_download.

Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
src/allmydata/mutable/retrieve.py