From 731c1fb24763ccf233e4f4610d6da20feaf280c9 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Apr 01 2020 17:55:01 +0000 Subject: Adding a new line after maintainer ping line With the new format of using
...
it needs extra lines to do the right formatting For ex: https://pagure.io/releng/failed-composes/issue/1218 Signed-off-by: Mohan Boddu --- diff --git a/compose_tracker.py b/compose_tracker.py index 8f2c609..aea2a11 100755 --- a/compose_tracker.py +++ b/compose_tracker.py @@ -284,7 +284,7 @@ class Consumer(object): ping_line = f'Variant: {variant}, subvariant: {sub_variant} task failed. Pinging maintainers: ' for maintainer in maintainers: ping_line += f'@{maintainer} ' - content += ping_line + '\n' + content += ping_line + '\n\n' logger.info(ping_line) # If this is the Compose run failed line, then add it