mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 11:50:21 +00:00
servermap.py: oops, fix _done() condition, good catch by davidsarah
This commit is contained in:
parent
c84cbcae71
commit
470acbf1e1
@ -1063,7 +1063,7 @@ class ServermapUpdater:
|
|||||||
parent=lp)
|
parent=lp)
|
||||||
return self._done()
|
return self._done()
|
||||||
|
|
||||||
if self.mode == (MODE_CHECK, MODE_REPAIR):
|
if self.mode in (MODE_CHECK, MODE_REPAIR):
|
||||||
# we used self._must_query, and we know there aren't any
|
# we used self._must_query, and we know there aren't any
|
||||||
# responses still waiting, so that means we must be done
|
# responses still waiting, so that means we must be done
|
||||||
self.log("done", parent=lp)
|
self.log("done", parent=lp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user