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('DACA2\n') -mainpage.write('\n') +mainpage.write( + '\n') mainpage.write('\n') mainpage.write('\n') mainpage.write('

DACA2

\n') @@ -51,7 +52,14 @@ mainpage.write( mainpage.write('

The hardware running the analysis is a Raspberry PI.

\n') mainpage.write('\n') mainpage.write( - '\n') + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '\n') lastupdate = None recent = [] @@ -75,7 +83,15 @@ for lib in range(2): recent.append(a) mainpage.write( - '\n') + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '\n') data = data.replace('&', '&') data = data.replace('<', '<')
NameDate
NameDateErrorWarningPerformancePortabilityStyle
' + a + '' + datestr + '
' + a + '' + datestr + '' + str(data.count('(error)')) + '' + str(data.count('(warning)')) + '' + str(data.count('(performance)')) + '' + str(data.count('(portability)')) + '' + str(data.count('(style)')) + '