From 785d77c567bdb78f05a5cb0313a60878b07da2b0 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 5 Sep 2013 19:05:55 +0100 Subject: [PATCH] Fri Nov 18 00:18:28 GMT 2011 warner@lothar.com * more tiny buildbot-testing whitespace changes --- src/allmydata/mutable/checker.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/allmydata/mutable/checker.py b/src/allmydata/mutable/checker.py index db374872..6b629eca 100644 --- a/src/allmydata/mutable/checker.py +++ b/src/allmydata/mutable/checker.py @@ -73,12 +73,12 @@ class MutableChecker: # downloader. I bet we could pass the downloader a flag that # makes it do this, and piggyback onto that instead of # duplicating a bunch of code. - # + # # Like: # r = Retrieve(blah, blah, blah, verify=True) # d = r.download() # (wait, wait, wait, d.callback) - # + # # Then, when it has finished, we can check the servermap (which # we provided to Retrieve) to figure out which shares are bad, # since the Retrieve process will have updated the servermap as @@ -86,7 +86,7 @@ class MutableChecker: # # By passing the verify=True flag to the constructor, we are # telling the downloader a few things. - # + # # 1. It needs to download all N shares, not just K shares. # 2. It doesn't need to decrypt or decode the shares, only # verify them. -- 2.45.2