Fix typo in swift_rings_check.py.j2
There are line spaces missing so the output appears wrong. Change-Id: I503913fb1b5a00afae6915184d67bc9f0dabfe06
This commit is contained in:
@@ -118,8 +118,8 @@ def check_ring(build_name, repl, min_part_hours, part_power, content_hosts,
|
|||||||
for ring_host in ring_hosts:
|
for ring_host in ring_hosts:
|
||||||
if build_file_data['devs'][ring_hosts[ring_host]]['weight'] != 0:
|
if build_file_data['devs'][ring_hosts[ring_host]]['weight'] != 0:
|
||||||
raise RingComparisonError('There are devices in the ring that'
|
raise RingComparisonError('There are devices in the ring that'
|
||||||
'are not in the inventory/contents'
|
' are not in the inventory/contents'
|
||||||
'file.')
|
' file.')
|
||||||
|
|
||||||
|
|
||||||
def main(setup, region):
|
def main(setup, region):
|
||||||
|
|||||||
Reference in New Issue
Block a user