mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
whitespace
This commit is contained in:
parent
2186bfcc37
commit
a208502e18
@ -272,7 +272,7 @@ class HashedLeaseInfo(proxyForInterface(ILeaseInfo, "_lease_info")): # type: ign
|
|||||||
Hash the candidate secret and compare the result to the stored hashed
|
Hash the candidate secret and compare the result to the stored hashed
|
||||||
secret.
|
secret.
|
||||||
"""
|
"""
|
||||||
if isinstance(candidate_secret, _HashedCancelSecret):
|
if isinstance(candidate_secret, _HashedCancelSecret):
|
||||||
# Someone read it off of this object in this project - probably
|
# Someone read it off of this object in this project - probably
|
||||||
# the lease crawler - and is just trying to use it to identify
|
# the lease crawler - and is just trying to use it to identify
|
||||||
# which lease it wants to operate on. Avoid re-hashing the value.
|
# which lease it wants to operate on. Avoid re-hashing the value.
|
||||||
|
Loading…
Reference in New Issue
Block a user