[gdsii] make sure iterable is supported
This commit is contained in:
parent
afc49f945d
commit
28be89f047
2 changed files with 10 additions and 0 deletions
|
|
@ -637,6 +637,7 @@ def check_valid_names(
|
|||
max_length: Max allowed length
|
||||
|
||||
"""
|
||||
names = tuple(names)
|
||||
allowed_chars = set(string.ascii_letters + string.digits + '_?$')
|
||||
|
||||
bad_chars = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue