Commit baaf3d7a authored by Luke Mewburn's avatar Luke Mewburn
Browse files

compat_asn1: prettier git error

parent e57fa13f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ class CompatCheck:
        )
        if p.returncode != 0:
            raise CompatCheckException(
                f"Error reading git commit '{commit}' for file '{filename}': {p.stderr}"
                f"Error reading git commit '{commit}' for file '{filename}': {p.stderr.strip()}"
            )
        return p.stdout