Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158658
Collapse All | Expand All

(-)pym/elog_modules/mod_mail_summary.py (-1 / +2 lines)
Lines 29-35 Link Here
29
	mysubject = mysubject.replace("${PACKAGE}", count)
29
	mysubject = mysubject.replace("${PACKAGE}", count)
30
	mysubject = mysubject.replace("${HOST}", socket.getfqdn())
30
	mysubject = mysubject.replace("${HOST}", socket.getfqdn())
31
31
32
	mybody = "elog messages for the following packages generated by process %d on host %s:\n" % (count, os.getpid(), socket.getfqdn())
32
	mybody = "elog messages for the following packages generated by " + \
33
		"process %d on host %s:\n" % (os.getpid(), socket.getfqdn())
33
	for cpv in _items.keys():
34
	for cpv in _items.keys():
34
		 mybody += "- %s\n" % cpv
35
		 mybody += "- %s\n" % cpv
35
36

Return to bug 158658