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, when importlab fails to parse a file, we (1) kill the entire pytype run and (2) print something vague like Unparseable in Python 3.6: {filename}. Ideally, pytype would run, and we'd simply report a pytype syntax error for the bad file.
Currently, when importlab fails to parse a file, we (1) kill the entire pytype run and (2) print something vague like
Unparseable in Python 3.6: {filename}. Ideally, pytype would run, and we'd simply report a pytype syntax error for the bad file.