[gdsii_arrow] fix var name typo
This commit is contained in:
parent
037118883b
commit
b4d287f384
@ -298,7 +298,7 @@ def _texts_to_labels(
|
|||||||
for ee in range(elem_count):
|
for ee in range(elem_count):
|
||||||
layer = layer_tups[elem_layer_inds[ee]]
|
layer = layer_tups[elem_layer_inds[ee]]
|
||||||
offset = xy[ee]
|
offset = xy[ee]
|
||||||
string = elem_string[ee]
|
string = elem_strings[ee]
|
||||||
|
|
||||||
annotations: None | dict[int, str] = None
|
annotations: None | dict[int, str] = None
|
||||||
prop_ii, prop_ff = prop_offs[ee], prop_offs[ee + 1]
|
prop_ii, prop_ff = prop_offs[ee], prop_offs[ee + 1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user