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
Currently a parsing error emits a not very user-friendly error message:
...
E TypeError: 'NoneType' object is not iterable
------------------------------- Captured stdout --------------------------------
ParsingError: lineno=23 colno=7
The not useful part does not need to be displayed. Furthermore, some more details about the problem such as missing opening and closing parenthesis should be stated. Also, a message about a syntax error seems more sensible.
The text was updated successfully, but these errors were encountered:
Currently a parsing error emits a not very user-friendly error message:
The not useful part does not need to be displayed. Furthermore, some more details about the problem such as missing opening and closing parenthesis should be stated. Also, a message about a syntax error seems more sensible.
The text was updated successfully, but these errors were encountered: