Arch: fixed error in IFC export (typo)

This commit is contained in:
Yorik van Havre 2016-09-21 15:14:37 -03:00
parent 71df967fdf
commit 1ab7e05fce

View File

@ -945,7 +945,7 @@ def export(exportList,filename):
global template
template = ifctemplate.replace("$version",version[0]+"."+version[1]+" build "+version[2])
if hasattr(ifcopenshell,"schema_identifier"):
schemaifcopenshell.schema_identifier
schema = ifcopenshell.schema_identifier
else:
schema = "IFC2X3"
template = template.replace("$ifcschema",schema)