mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
#4220 Update file.py
This commit is contained in:
@@ -252,8 +252,7 @@ class file(object):
|
|||||||
self.future = []
|
self.future = []
|
||||||
self.transaction = None
|
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):
|
def set_history_size(self, size):
|
||||||
self.history_size = size
|
self.history_size = size
|
||||||
|
|||||||
Reference in New Issue
Block a user