donate-cpu-server.py: Clarify "Total time" output in time report.

This commit is contained in:
versat 2019-02-04 12:39:22 +01:00
parent 2727a959b2
commit 00eb6185fa
1 changed files with 1 additions and 0 deletions

View File

@ -443,6 +443,7 @@ def timeReport(resultPath):
total_time_factor = total_time_head / total_time_base
else:
total_time_factor = 0.0
html += 'Time for all packages (not just the ones listed above):\n'
html += 'Total time: '.ljust(column_widths[0]) + ' ' + \
str(total_time_base).rjust(column_widths[1]) + ' ' + \
str(total_time_head).rjust(column_widths[2]) + ' ' + \