Skip to content

Commit

Permalink
fix a typo #4596 😬
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej730 committed May 1, 2024
1 parent 97e0c43 commit fc0ffd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blenderbim/blenderbim/core/drawing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit fc0ffd1

Please sign in to comment.