sb3topy icon indicating copy to clipboard operation
sb3topy copied to clipboard

list object has error

Open Bloctans opened this issue 2 years ago • 1 comments

File "D:\sb3topy-1.1-beta\sb3topy-1.1-beta\src\sb3topy\parser\variables.py", line 339, in mark_modified var = self.get_var('list', block['fields']['LIST'][0]) File "D:\sb3topy-1.1-beta\sb3topy-1.1-beta\src\sb3topy\parser\variables.py", line 206, in get_var if not name.startswith(prefix): AttributeError: 'list' object has no attribute 'startswith'

in the error msg

Bloctans avatar Aug 18 '22 16:08 Bloctans