diff --git a/tools/daca2-report.py b/tools/daca2-report.py index 783edbe3d..5e412e5f0 100644 --- a/tools/daca2-report.py +++ b/tools/daca2-report.py @@ -59,7 +59,8 @@ mainpage.write( 'Warning' + 'Performance' + 'Portability' + - 'Style\n') + 'Style' + + 'Crashes\n') lastupdate = None recent = [] @@ -104,6 +105,7 @@ for lib in range(2): '' + str(data.count('(performance)')) + '' + '' + str(data.count('(portability)')) + '' + '' + str(data.count('(style)')) + '' + + '' + str(data.count('Crash?')) + '' + '\n') data = data.replace('&', '&')