Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
formatc1702 committed Oct 24, 2020
1 parent 0659089 commit 0c4b4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wireviz/wireviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def resolve_designator(inp):
print(f' Mate {from_name} {designator} {to_name} ({index_entry})')
harness.add_mate_component(from_name, to_name, designator)

# harness population comleted ==============================================
# harness population completed ==============================================

if "additional_bom_items" in yaml_data:
for line in yaml_data["additional_bom_items"]:
Expand Down

0 comments on commit 0c4b4bb

Please sign in to comment.