From e29f686d3f2b46cd73977734ba9c7ffd1b536a72 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 13 Jan 2025 15:45:27 +1100 Subject: [PATCH] Update setting literal from old name of "debug" to new name "debug-boolean". --- src/ifcopenshell-python/ifcopenshell/geom/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index 172a8536d8..08f443c6b9 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -74,7 +74,7 @@ SETTING = Literal[ "no-wire-intersection-check", "no-wire-intersection-tolerance", "precision-factor", - "debug", + "debug-boolean", "boolean-attempt-2d", "weld-vertices", "use-world-coords",