Commit 6cbc8aa7 authored by Denis Bilenko's avatar Denis Bilenko

add empty line where needed

parent fccb281d
......@@ -377,6 +377,7 @@ def get_exceptions(output):
"""
return [x.group('error') for x in _error_re.finditer(output)]
def get_warning_stats(output):
counter = {}
for warning in get_warnings(output):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment