From 4f86dd143a541f9aafb5768c9b2b7bb3102e4ec4 Mon Sep 17 00:00:00 2001 From: Boris Brangeon Date: Thu, 24 Mar 2022 01:02:58 +0100 Subject: [PATCH] Update selector.py (#2102) Add BOOLEAN: "TRUE" | "FALSE" | "true" | "false"| "True" | "False" --- src/ifcopenshell-python/ifcopenshell/util/selector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/selector.py b/src/ifcopenshell-python/ifcopenshell/util/selector.py index 419937aac3..8a32c4674d 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/selector.py +++ b/src/ifcopenshell-python/ifcopenshell/util/selector.py @@ -55,7 +55,7 @@ class Selector: equal: "=" morethan: ">" lessthan: "<" - BOOLEAN: "TRUE" | "FALSE" + BOOLEAN: "TRUE" | "FALSE" | "true" | "false"| "True" | "False" NULL: "NULL" // Embed common.lark for packaging