This commit is contained in:
Andrej730
2025-09-12 16:44:58 +05:00
parent ced52862a1
commit 9a38455465
2 changed files with 2 additions and 4 deletions
@@ -362,9 +362,7 @@ def log_internal_cpp_errors(
l.decode("ascii", errors="ignore").strip()
for l in lines
if l.strip().startswith(f"#{instid[0]}".encode("ascii"))
and re.sub(r"\s+".encode("ascii"), b"", l).startswith(
f"#{instid[0]}=".encode("ascii")
)
and re.sub(r"\s+".encode("ascii"), b"", l).startswith(f"#{instid[0]}=".encode("ascii"))
),
None,
)