]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
change RIStorageServer.remote_add_lease to exit silently in case of no-such-bucket...
authorBrian Warner <warner@lothar.com>
Wed, 18 Feb 2009 02:30:53 +0000 (19:30 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 18 Feb 2009 02:30:53 +0000 (19:30 -0700)
commite9563ebc02a67314060f38e8533e2e1e551ce9a6
treea61dd028167c794bfa6b9378aabab848f9e04409
parentfde2289e7b1fda8af4a8ee1fe0830d23beaaf77b
change RIStorageServer.remote_add_lease to exit silently in case of no-such-bucket, instead of raising IndexError, because that makes the upcoming --add-lease feature faster and less noisy
src/allmydata/interfaces.py
src/allmydata/storage.py
src/allmydata/test/test_storage.py