mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +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)
|
||||
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
|
||||
# responses still waiting, so that means we must be done
|
||||
self.log("done", parent=lp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user