Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wireviz/Harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def create_graph(self) -> Graph:
html = []

awg_fmt = ""
if cable.show_equiv:
if cable.show_equiv and isinstance(cable.gauge_unit, str):
# Only convert units we actually know about, i.e. currently
# mm2 and awg --- other units _are_ technically allowed,
# and passed through as-is.
Expand Down
Loading