[gdsii_arrow] fix var name typo

This commit is contained in:
Jan Petykiewicz 2025-04-24 23:20:00 -07:00
parent 037118883b
commit b4d287f384

View File

@ -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]