Commit 68f3bdd9 authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

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

parent a2135f53
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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