added regex search for bound entitiy search

This commit is contained in:
Chanumask
2023-10-30 15:03:18 +01:00
parent 00391d2bec
commit ea6634b187
2 changed files with 7 additions and 5 deletions

View File

@ -239,7 +239,7 @@ def add_bound_name(name_str, bound_e):
def add_pos_name(name_str, bound_e):
if bound_e.var_has_pos:
if bound_e.var_has_position:
return f'{name_str}({bound_e.pos})'
return name_str