Skip to content

Commit bb8ac63

Browse files
oops
1 parent 0904efe commit bb8ac63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schemascii/components_render.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def diode(
185185
triangle = deep_transform((-.3j, .3+.3j, -.3+.3j), mid, angle)
186186
text_pt = make_text_point(t1, t2, **options)
187187
return ((light_arrows(mid, angle, True, **options)
188-
if box.id != "D" else "")
188+
if box.type != "D" else "")
189189
+ id_text(box, bom_data, terminals, None, text_pt, **options)
190190
+ bunch_o_lines(lines, **options)
191191
+ polylinegon(triangle, True, **options))

0 commit comments

Comments
 (0)