mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
#2685 Don't raise issues on WR evaluating to indeterminate
This commit is contained in:
@@ -7,7 +7,7 @@ from codegen import indent
|
||||
|
||||
|
||||
def reverse_compile(s):
|
||||
return s.strip().replace("len(", "SIZEOF(").replace("assert ", "")
|
||||
return s.strip().replace("len(", "SIZEOF(").replace("assert ", "").replace(" is not False", "")
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user