mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
Fix #4490. Fix fundamental bug where get_pset would return none for inherited props with a boolean False value.
This commit is contained in:
@@ -209,7 +209,7 @@ class ImportFilterQueryTransformer(lark.Transformer):
|
||||
return (
|
||||
is_not
|
||||
+ {
|
||||
"equals": "", # Blank because it's the default situation
|
||||
"equals": "=" if is_not else "", # Blank because it's the default situation
|
||||
"morethanequalto": ">=",
|
||||
"lessthanequalto": "<=",
|
||||
"morethan": ">",
|
||||
|
||||
Reference in New Issue
Block a user