mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Remove pointless conditional
This commit is contained in:
parent
f99b3bdbda
commit
da9d0ded94
@ -976,8 +976,7 @@ class Publish:
|
||||
i += 1
|
||||
if i >= len(serverlist):
|
||||
i = 0
|
||||
if True:
|
||||
self.log_goal(self.goal, "after update: ")
|
||||
self.log_goal(self.goal, "after update: ")
|
||||
|
||||
|
||||
def _got_write_answer(self, answer, writer, started):
|
||||
|
Loading…
Reference in New Issue
Block a user