You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Please tell me, when building the map "python PyWC3 map.w3x --build" gives an error:
File "E:\Files\WarcraftIII\Jetbrains\projects\PyWC3\pythonlua\nodevisitor.py", line 615, in visit_Subscript
if not isinstance(node.slice,ast.Slice) and not isinstance(node.slice,ast.ExtSlice) and isinstance(node.slice.va
lue,ast.Tuple):
AttributeError: 'Name' object has no attribute 'value'
Hello! Please tell me, when building the map "python PyWC3 map.w3x --build" gives an error:
File "E:\Files\WarcraftIII\Jetbrains\projects\PyWC3\pythonlua\nodevisitor.py", line 615, in visit_Subscript
if not isinstance(node.slice,ast.Slice) and not isinstance(node.slice,ast.ExtSlice) and isinstance(node.slice.va
lue,ast.Tuple):
AttributeError: 'Name' object has no attribute 'value'
What do I need to do?