From 622ff05247431aea7b6a2ba77a69f7cf17a84e64 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 29 Nov 2021 20:17:02 +1100 Subject: [PATCH] Fix bug where updating owner history may not work if you were using it outside Blender. --- .../ifcopenshell/api/owner/update_owner_history.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/api/owner/update_owner_history.py b/src/ifcopenshell-python/ifcopenshell/api/owner/update_owner_history.py index 8f827e728a..3ba5869ef0 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/owner/update_owner_history.py +++ b/src/ifcopenshell-python/ifcopenshell/api/owner/update_owner_history.py @@ -1,6 +1,7 @@ import time import ifcopenshell import ifcopenshell.api +import ifcopenshell.api.owner.settings import ifcopenshell.util.element