SRU ADT regression: add newlines to the list of failures.

master
Łukasz 'sil2100' Zemczak 5 years ago
parent 36047784d9
commit aa880c0d38

@ -125,7 +125,7 @@ class SRUADTRegressionPolicy(BasePolicy, Rest):
# Prepare a helper string that lists all the ADT failures
failures = ''
for pkg, arches in regressions.items():
failures += '%s (%s)' % (pkg, ', '.join(arches))
failures += '%s (%s)\n' % (pkg, ', '.join(arches))
bugs = self.bugs_from_changes(changes_url)
# Now leave a comment informing about the ADT regressions on each bug

Loading…
Cancel
Save