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
Whatever the indentation of the 1] line, if it is less indented than the l[i+ line, the parser detects an error.
But this code is valid, it works and the ast library has no problem parsing it.
The text was updated successfully, but these errors were encountered:
Here is a minimal valid python code sample for the parser to detect an error :
And here is a minimal code to get the error :
Whatever the indentation of the
1]
line, if it is less indented than thel[i+
line, the parser detects an error.But this code is valid, it works and the ast library has no problem parsing it.
The text was updated successfully, but these errors were encountered: