diff --git a/tools/donate-cpu-server.py b/tools/donate-cpu-server.py index bec52bb7e..55d1348db 100644 --- a/tools/donate-cpu-server.py +++ b/tools/donate-cpu-server.py @@ -73,7 +73,7 @@ def latestReport(latestResults): # cppcheck = line[9:] elif line.startswith('count: '): count = line.split(' ')[1:] - elif line.startswith('head '): + elif line.startswith('head ') and not line.startswith('head results:'): added += 1 elif line.startswith(OLD_VERSION + ' '): lost += 1