Skip to content
Snippets Groups Projects
Commit 68f3bdd9 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

comparators.llvm: Ensure we return bytes objections from Command.filter.

parent a2135f53
No related branches found
No related tags found
No related merge requests found
Pipeline #18685 failed
......@@ -34,7 +34,7 @@ class LlvmBcAnalyzer(Command):
def filter(self, line):
if line.decode('utf-8', 'ignore').startswith('Summary of '):
return 'Summary:'
return b'Summary:'
return line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment