sb/setbuilder: Print patches in the size section of the email report.

This commit is contained in:
Chris Johns 2018-10-21 13:14:20 +11:00
parent 13f4c37999
commit c5d84ce84f

View File

@ -531,7 +531,7 @@ class buildset:
body += 'Total size: ' + build_total_size_human + os.linesep
body += 'Installed : ' + build_installed_size_human + os.linesep
body += 'Sources: ' + build_sources_size_human + os.linesep
body += 'Sources: ' + build_patches_size_human + os.linesep
body += 'Patches: ' + build_patches_size_human + os.linesep
else:
body += 'No packages built'
body += os.linesep