From 6e4f33247d1443eac036e4d22d3d58902e2777fb Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Fri, 26 Feb 2016 17:02:23 +0000 Subject: [PATCH] Fix typo in swift_rings_check.py.j2 There are line spaces missing so the output appears wrong. Change-Id: I503913fb1b5a00afae6915184d67bc9f0dabfe06 --- templates/swift_rings_check.py.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/swift_rings_check.py.j2 b/templates/swift_rings_check.py.j2 index 9bb6338..50ced58 100644 --- a/templates/swift_rings_check.py.j2 +++ b/templates/swift_rings_check.py.j2 @@ -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):