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:
Andy McCrae 2016-02-26 17:02:23 +00:00
parent bd6085b729
commit 6e4f33247d

View File

@ -118,8 +118,8 @@ def check_ring(build_name, repl, min_part_hours, part_power, content_hosts,
for ring_host in ring_hosts:
if build_file_data['devs'][ring_hosts[ring_host]]['weight'] != 0:
raise RingComparisonError('There are devices in the ring that'
'are not in the inventory/contents'
'file.')
' are not in the inventory/contents'
' file.')
def main(setup, region):