Minor fix where qto calculator wasn't passed in, whoops

This commit is contained in:
Dion Moult
2019-09-05 12:03:07 +10:00
parent 90bf32c342
commit 5536bd5d59
+1 -1
View File
@@ -351,7 +351,7 @@ class IfcParser():
return class_name == 'IfcTypeProduct'
class IfcExporter():
def __init__(self, ifc_parser):
def __init__(self, ifc_parser, qto_calculator):
self.template_file = '/home/dion/Projects/blender-bim-ifc/template.ifc'
self.output_file = '/home/dion/Projects/blender-bim-ifc/output.ifc'
self.ifc_parser = ifc_parser