Loading testing/compat_asn1.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
testing/compat_asn1.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading