fix a typo #4596 😬

This commit is contained in:
Andrej730
2024-05-01 15:40:45 +05:00
parent 97e0c43702
commit fc0ffd1c02
+1 -1
View File
@@ -145,7 +145,7 @@ def rename_sheet(ifc, drawing, sheet: ifcopenshell.entity_instance, identificati
def rename_reference(ifc, drawing, reference=None, identification=None):
attributes = drawing.generate_reference_attributes(reference, Identifiaction=identification)
attributes = drawing.generate_reference_attributes(reference, Identification=identification)
ifc.run("document.edit_reference", reference=reference, attributes=attributes)