We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c8b7c commit a27e516Copy full SHA for a27e516
1 file changed
src/ifcopenshell-python/ifcopenshell/file.py
@@ -25,7 +25,7 @@
25
26
class file(object):
27
def __init__(self, f=None):
28
- self.wrapped_data = f or ifcopenshell_wrapper.file(True)
+ self.wrapped_data = f or ifcopenshell_wrapper.file()
29
def create_entity(self,type,*args,**kwargs):
30
e = entity_instance(type)
31
attrs = list(enumerate(args)) + \
0 commit comments