Commit f27f61c3 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: improve readability, increase code size by 3 chars, reduce irc message by 1

parent a7ba37fb
......@@ -193,7 +193,7 @@ trailing += ' - notify on start too' if debug_url else ''
message = str(len(ids)) + packages_txt + 'scheduled in ' + suite + '/' + \
arch + ' by ' + requester
if reason:
message += ' (reason: ' + reason + ')'
message += ', reason: \'' + reason + '\''
message += ': ' + ' '.join(pkgs)[0:256] + blablabla + trailing
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment