fix a comment
Change-Id: I6310390f756bc0d326e56fceef32b630f0fe1ca1
This commit is contained in:
parent
e970a1ae57
commit
702d88bc89
@ -283,7 +283,7 @@ class ObjectReplicator(Daemon):
|
||||
job['nodes'],
|
||||
job['object_ring'].get_more_nodes(int(job['partition'])))
|
||||
while attempts_left > 0:
|
||||
# If this throws StopIterator it will be caught way below
|
||||
# If this throws StopIteration it will be caught way below
|
||||
node = next(nodes)
|
||||
attempts_left -= 1
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user