From 860ff4e5138f136302fce89860911ea6f21d030f Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 16 Jan 2024 09:31:35 +0100 Subject: [PATCH] #4220 Update file.py --- src/ifcopenshell-python/ifcopenshell/file.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/file.py b/src/ifcopenshell-python/ifcopenshell/file.py index 7c34df54e2..5f42bd1787 100644 --- a/src/ifcopenshell-python/ifcopenshell/file.py +++ b/src/ifcopenshell-python/ifcopenshell/file.py @@ -252,8 +252,7 @@ class file(object): self.future = [] self.transaction = None - # Temporarily commented out until bot builds are available and tested to prevent user bugs. - # file_dict[self.file_pointer()] = self + file_dict[self.file_pointer()] = self def set_history_size(self, size): self.history_size = size