diff --git a/tools/daca2-report.py b/tools/daca2-report.py index 62ff6044d..e493fadc1 100644 --- a/tools/daca2-report.py +++ b/tools/daca2-report.py @@ -40,7 +40,8 @@ mainpage.write('\n') mainpage.write('
\n') mainpage.write('\n') mainpage.write('The hardware running the analysis is a Raspberry PI.
\n') mainpage.write('Name | Date | |||||
Name | ' + + 'Date | ' + + 'Error | ' + + 'Warning | ' + + 'Performance | ' + + 'Portability | ' + + 'Style |
' + a + ' | ' + datestr + ' | |||||
' + a + ' | ' + + '' + datestr + ' | ' + + '' + str(data.count('(error)')) + ' | ' + + '' + str(data.count('(warning)')) + ' | ' + + '' + str(data.count('(performance)')) + ' | ' + + '' + str(data.count('(portability)')) + ' | ' + + '' + str(data.count('(style)')) + ' | ' + + '