mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
black .
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user